pod: test-component-pac-ahflha-o4b33993acacd136250334ab91da9cf54-pod | init container: prepare 2025/09/12 13:04:57 Entrypoint initialization pod: test-component-pac-ahflha-o4b33993acacd136250334ab91da9cf54-pod | init container: place-scripts 2025/09/12 13:04:58 Decoded script /tekton/scripts/script-0-xcx8g 2025/09/12 13:04:58 Decoded script /tekton/scripts/script-1-qjlf2 2025/09/12 13:04:58 Decoded script /tekton/scripts/script-2-kxd5r 2025/09/12 13:04:58 Decoded script /tekton/scripts/script-3-4wpvv 2025/09/12 13:04:58 Decoded script /tekton/scripts/script-4-xz6tm pod: test-component-pac-ahflha-o4b33993acacd136250334ab91da9cf54-pod | init container: working-dir-initializer pod: test-component-pac-ahflha-o4b33993acacd136250334ab91da9cf54-pod | container step-build: [2025-09-12T13:05:35,744425654+00:00] Validate context path [2025-09-12T13:05:35,746776037+00:00] Update CA trust [2025-09-12T13:05:35,747529945+00:00] Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-09-12T13:05:36,634253167+00:00] Prepare Dockerfile Checking if /var/workdir/cachi2/output/bom.json exists. Could not find prefetched sbom. No content_sets found for ICM [2025-09-12T13:05:36,641378285+00:00] Prepare system (architecture: x86_64) [2025-09-12T13:05:36,733465077+00:00] Setup prefetched Trying to pull registry.access.redhat.com/ubi8/openjdk-17-runtime:1.13... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:1df969f83266d1d6babc933f3905ecf8ed6121632b2291d337ec8825c3287228 Copying blob sha256:4752687a61a97d6f352ae62c381c87564bcb2f5b6523a05510ca1fb60d640216 Copying blob sha256:0344366a246a0f7590c2bae4536c01f15f20c6d802b4654ce96ac81047bc23f3 Copying config sha256:eadf411b954405e4febecea4f7e9b7e2da59a2f9f33f8cfebe4c11522ade1c23 Writing manifest to image destination Storing signatures { "architecture": "x86_64", "build-date": "2025-09-12T13:05:36Z", "com.redhat.build-host": "cpt-1007.osbs.prod.upshift.rdu2.redhat.com", "com.redhat.component": "openjdk-17-runtime-ubi8-container", "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "description": "Image for Red Hat OpenShift providing OpenJDK 17 runtime", "distribution-scope": "public", "io.cekit.version": "3.11.0", "io.k8s.description": "Platform for running plain Java applications (fat-jar and flat classpath)", "io.k8s.display-name": "Java Applications", "io.openshift.expose-services": "", "io.openshift.tags": "java", "maintainer": "Red Hat OpenJDK ", "name": "ubi8/openjdk-17-runtime", "org.jboss.product": "openjdk", "org.jboss.product.openjdk.version": "17", "org.jboss.product.version": "17", "release": "1.1655306380", "summary": "Image for Red Hat OpenShift providing OpenJDK 17 runtime", "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/openjdk-17-runtime/images/1.13-1.1655306380", "usage": "https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/", "vcs-ref": "fbaa0e33cad303be6e107ffca96ce4d5a5a863a2", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "1.13", "quay.expires-after": "5d", "io.buildah.version": "1.40.1" } [2025-09-12T13:05:44,782038305+00:00] Register sub-man Adding the entitlement to the build [2025-09-12T13:05:44,785239766+00:00] Add secrets [2025-09-12T13:05:45,754891348+00:00] Run buildah build [2025-09-12T13:05:45,755740970+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --label architecture=x86_64 --label vcs-type=git --label vcs-ref=fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 --label quay.expires-after=5d --label build-date=2025-09-12T13:05:36Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.vK3Joa -t quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 . [1/2] STEP 1/5: FROM registry.access.redhat.com/ubi8/openjdk-17:1.13 AS builder Trying to pull registry.access.redhat.com/ubi8/openjdk-17:1.13... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:1e443c4e5fd4cedbd0a83cfd29362c370b2a7f9713a6af5bfd1d824275aef75c Copying blob sha256:4752687a61a97d6f352ae62c381c87564bcb2f5b6523a05510ca1fb60d640216 Copying blob sha256:0344366a246a0f7590c2bae4536c01f15f20c6d802b4654ce96ac81047bc23f3 Copying config sha256:60d04f65477a71cf8fb3347dc0e7bf18ba670ac421920938944e912414f329fb Writing manifest to image destination Storing signatures [1/2] STEP 2/5: WORKDIR /work [1/2] STEP 3/5: COPY . . [1/2] STEP 4/5: USER 0 [1/2] STEP 5/5: RUN mvn clean package -DskipTests -DskipDocsGen [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.example:simple-java-project >------------------- [INFO] Building simple-java-project 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.2.4/maven-shade-plugin-3.2.4.pom Progress (1): 2.8/11 kB Progress (1): 5.5/11 kB Progress (1): 8.3/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.2.4/maven-shade-plugin-3.2.4.pom (11 kB at 58 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom Progress (1): 2.8/11 kB Progress (1): 5.5/11 kB Progress (1): 8.3/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 445 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom Progress (1): 2.8/43 kB Progress (1): 5.5/43 kB Progress (1): 8.3/43 kB Progress (1): 11/43 kB Progress (1): 14/43 kB Progress (1): 18/43 kB Progress (1): 22/43 kB Progress (1): 26/43 kB Progress (1): 30/43 kB Progress (1): 34/43 kB Progress (1): 38/43 kB Progress (1): 42/43 kB Progress (1): 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 768 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.2.4/maven-shade-plugin-3.2.4.jar Progress (1): 4.1/134 kB Progress (1): 8.2/134 kB Progress (1): 12/134 kB Progress (1): 16/134 kB Progress (1): 20/134 kB Progress (1): 25/134 kB Progress (1): 29/134 kB Progress (1): 33/134 kB Progress (1): 37/134 kB Progress (1): 41/134 kB Progress (1): 45/134 kB Progress (1): 49/134 kB Progress (1): 53/134 kB Progress (1): 57/134 kB Progress (1): 61/134 kB Progress (1): 66/134 kB Progress (1): 70/134 kB Progress (1): 74/134 kB Progress (1): 78/134 kB Progress (1): 82/134 kB Progress (1): 86/134 kB Progress (1): 90/134 kB Progress (1): 94/134 kB Progress (1): 98/134 kB Progress (1): 102/134 kB Progress (1): 106/134 kB Progress (1): 111/134 kB Progress (1): 115/134 kB Progress (1): 119/134 kB Progress (1): 123/134 kB Progress (1): 127/134 kB Progress (1): 131/134 kB Progress (1): 134 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.2.4/maven-shade-plugin-3.2.4.jar (134 kB at 3.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 170 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 334 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1/26 kB Progress (1): 8.2/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 673 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 849 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom Progress (1): 4.1/8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 386 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom Progress (1): 4.1/9.2 kB Progress (1): 8.2/9.2 kB Progress (1): 9.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 438 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom Progress (1): 4.1/30 kB Progress (1): 8.2/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 25/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 705 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar Progress (1): 4.1/30 kB Progress (1): 8.2/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 25/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 868 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 464 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 515 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 665 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar Progress (1): 4.1/43 kB Progress (1): 8.2/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 25/43 kB Progress (1): 29/43 kB Progress (1): 33/43 kB Progress (1): 37/43 kB Progress (1): 41/43 kB Progress (1): 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 499 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 690 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Progress (1): 4.1/30 kB Progress (1): 8.2/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 25/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 983 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 307 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom Progress (1): 4.1/9.9 kB Progress (1): 8.2/9.9 kB Progress (1): 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 495 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom Progress (1): 4.1/46 kB Progress (1): 8.2/46 kB Progress (1): 12/46 kB Progress (1): 16/46 kB Progress (1): 20/46 kB Progress (1): 24/46 kB Progress (1): 28/46 kB Progress (1): 32/46 kB Progress (1): 36/46 kB Progress (1): 40/46 kB Progress (1): 45/46 kB Progress (1): 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar Progress (1): 4.1/27 kB Progress (1): 8.2/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 25/27 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/simple/simple-jdk17/0.1.2/simple-jdk17-0.1.2.pom Progress (1): 3.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/simple/simple-jdk17/0.1.2/simple-jdk17-0.1.2.pom (3.6 kB at 170 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/shaded/shaded-jdk11/1.9/shaded-jdk11-1.9.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/shaded/shaded-jdk11/1.9/shaded-jdk11-1.9.pom (5.0 kB at 227 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/simple/simple-jdk8/1.2.4/simple-jdk8-1.2.4.pom Progress (1): 3.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/simple/simple-jdk8/1.2.4/simple-jdk8-1.2.4.pom (3.6 kB at 172 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/gradle/hacbs-test-simple-gradle-jdk8/1.1/hacbs-test-simple-gradle-jdk8-1.1.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/gradle/hacbs-test-simple-gradle-jdk8/1.1/hacbs-test-simple-gradle-jdk8-1.1.pom (1.8 kB at 79 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/simple/simple-jdk17/0.1.2/simple-jdk17-0.1.2.jar Downloading from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/shaded/shaded-jdk11/1.9/shaded-jdk11-1.9.jar Downloading from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/simple/simple-jdk8/1.2.4/simple-jdk8-1.2.4.jar Downloading from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/gradle/hacbs-test-simple-gradle-jdk8/1.1/hacbs-test-simple-gradle-jdk8-1.1.jar Progress (1): 3.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/simple/simple-jdk17/0.1.2/simple-jdk17-0.1.2.jar (3.6 kB at 156 kB/s) Progress (1): 2.8/7.1 kB Progress (1): 5.5/7.1 kB Progress (1): 7.1 kB Progress (2): 7.1 kB | 2.8/3.6 kB Progress (2): 7.1 kB | 3.6 kB Progress (3): 7.1 kB | 3.6 kB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/shaded/shaded-jdk11/1.9/shaded-jdk11-1.9.jar (7.1 kB at 191 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/simple/simple-jdk8/1.2.4/simple-jdk8-1.2.4.jar (3.6 kB at 82 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/io/github/stuartwdouglas/hacbs-test/gradle/hacbs-test-simple-gradle-jdk8/1.1/hacbs-test-simple-gradle-jdk8-1.1.jar (2.0 kB at 44 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ simple-java-project --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 69 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 2.8/9.0 kB Progress (1): 5.5/9.0 kB Progress (1): 8.3/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 452 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 2.8/15 kB Progress (1): 5.5/15 kB Progress (1): 8.3/15 kB Progress (1): 11/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 726 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom Progress (1): 2.8/3.4 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 181 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 2.8/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 156 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 2.8/8.4 kB Progress (1): 5.5/8.4 kB Progress (1): 8.3/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 418 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 2.8/8.4 kB Progress (1): 5.5/8.4 kB Progress (1): 8.3/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 398 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 8.2/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 25/226 kB Progress (2): 13 kB | 29/226 kB Progress (2): 13 kB | 33/226 kB Progress (2): 13 kB | 37/226 kB Progress (2): 13 kB | 41/226 kB Progress (2): 13 kB | 45/226 kB Progress (2): 13 kB | 49/226 kB Progress (2): 13 kB | 53/226 kB Progress (2): 13 kB | 57/226 kB Progress (2): 13 kB | 61/226 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 643 kB/s) Progress (1): 66/226 kB Progress (1): 70/226 kB Progress (1): 74/226 kB Progress (1): 78/226 kB Progress (1): 82/226 kB Progress (1): 86/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 111/226 kB Progress (1): 115/226 kB Progress (1): 119/226 kB Progress (1): 123/226 kB Progress (1): 127/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 152/226 kB Progress (1): 156/226 kB Progress (1): 160/226 kB Progress (1): 164/226 kB Progress (1): 168/226 kB Progress (1): 172/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 193/226 kB Progress (1): 197/226 kB Progress (1): 201/226 kB Progress (1): 205/226 kB Progress (1): 209/226 kB Progress (1): 213/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.8 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ simple-java-project --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 132 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 105 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 160 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 472 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 208 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 302 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 50 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 361 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 165 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 104 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 138 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 97 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 83 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 108 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 353 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 83 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 206 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 90 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 111 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 106 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 355 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 185 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 882 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 289 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 8.2/8.7 kB Progress (1): 8.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 458 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 342 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 611 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 307 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 151 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 159 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 265 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 403 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 150 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 773 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Progress (1): 2.8/57 kB Progress (1): 5.5/57 kB Progress (1): 8.3/57 kB Progress (1): 11/57 kB Progress (1): 14/57 kB Progress (1): 17/57 kB Progress (1): 19/57 kB Progress (2): 19/57 kB | 4.1/116 kB Progress (2): 22/57 kB | 4.1/116 kB Progress (2): 22/57 kB | 8.2/116 kB Progress (2): 25/57 kB | 8.2/116 kB Progress (2): 25/57 kB | 12/116 kB Progress (3): 25/57 kB | 12/116 kB | 4.1/29 kB Progress (3): 25/57 kB | 16/116 kB | 4.1/29 kB Progress (3): 25/57 kB | 16/116 kB | 8.2/29 kB Progress (3): 25/57 kB | 16/116 kB | 12/29 kB Progress (3): 25/57 kB | 20/116 kB | 12/29 kB Progress (3): 25/57 kB | 20/116 kB | 16/29 kB Progress (3): 28/57 kB | 20/116 kB | 16/29 kB Progress (3): 28/57 kB | 25/116 kB | 16/29 kB Progress (3): 30/57 kB | 25/116 kB | 16/29 kB Progress (3): 30/57 kB | 25/116 kB | 20/29 kB Progress (3): 33/57 kB | 25/116 kB | 20/29 kB Progress (3): 33/57 kB | 29/116 kB | 20/29 kB Progress (3): 33/57 kB | 29/116 kB | 25/29 kB Progress (3): 33/57 kB | 33/116 kB | 25/29 kB Progress (3): 36/57 kB | 33/116 kB | 25/29 kB Progress (4): 36/57 kB | 33/116 kB | 25/29 kB | 4.1/35 kB Progress (4): 36/57 kB | 33/116 kB | 29/29 kB | 4.1/35 kB Progress (4): 36/57 kB | 33/116 kB | 29/29 kB | 8.2/35 kB Progress (4): 36/57 kB | 37/116 kB | 29/29 kB | 8.2/35 kB Progress (4): 39/57 kB | 37/116 kB | 29/29 kB | 8.2/35 kB Progress (4): 39/57 kB | 41/116 kB | 29/29 kB | 8.2/35 kB Progress (4): 39/57 kB | 41/116 kB | 29/29 kB | 12/35 kB Progress (4): 39/57 kB | 41/116 kB | 29 kB | 12/35 kB Progress (4): 39/57 kB | 41/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 45/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 49/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 53/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 57/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 61/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 66/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 70/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 74/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 78/116 kB | 29 kB | 16/35 kB Progress (4): 39/57 kB | 82/116 kB | 29 kB | 16/35 kB Progress (4): 41/57 kB | 82/116 kB | 29 kB | 16/35 kB Progress (4): 41/57 kB | 86/116 kB | 29 kB | 16/35 kB Progress (4): 44/57 kB | 86/116 kB | 29 kB | 16/35 kB Progress (4): 44/57 kB | 90/116 kB | 29 kB | 16/35 kB Progress (4): 44/57 kB | 90/116 kB | 29 kB | 20/35 kB Progress (4): 44/57 kB | 94/116 kB | 29 kB | 20/35 kB Progress (4): 47/57 kB | 94/116 kB | 29 kB | 20/35 kB Progress (4): 47/57 kB | 98/116 kB | 29 kB | 20/35 kB Progress (4): 47/57 kB | 98/116 kB | 29 kB | 25/35 kB Progress (4): 50/57 kB | 98/116 kB | 29 kB | 25/35 kB Progress (4): 50/57 kB | 102/116 kB | 29 kB | 25/35 kB Progress (4): 50/57 kB | 102/116 kB | 29 kB | 29/35 kB Progress (4): 50/57 kB | 106/116 kB | 29 kB | 29/35 kB Progress (4): 52/57 kB | 106/116 kB | 29 kB | 29/35 kB Progress (4): 52/57 kB | 111/116 kB | 29 kB | 29/35 kB Progress (4): 52/57 kB | 111/116 kB | 29 kB | 33/35 kB Progress (4): 52/57 kB | 115/116 kB | 29 kB | 33/35 kB Progress (4): 55/57 kB | 115/116 kB | 29 kB | 33/35 kB Progress (4): 55/57 kB | 116 kB | 29 kB | 33/35 kB Progress (4): 55/57 kB | 116 kB | 29 kB | 35 kB Progress (4): 57 kB | 116 kB | 29 kB | 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 4.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Progress (1): 2.8/152 kB Progress (1): 5.5/152 kB Progress (1): 8.3/152 kB Progress (1): 11/152 kB Progress (1): 14/152 kB Progress (2): 14/152 kB | 4.1/21 kB Progress (2): 17/152 kB | 4.1/21 kB Progress (2): 17/152 kB | 8.2/21 kB Progress (2): 19/152 kB | 8.2/21 kB Progress (2): 19/152 kB | 12/21 kB Progress (2): 19/152 kB | 16/21 kB Progress (3): 19/152 kB | 16/21 kB | 4.1/9.9 kB Progress (3): 19/152 kB | 20/21 kB | 4.1/9.9 kB Progress (3): 19/152 kB | 20/21 kB | 8.2/9.9 kB Progress (3): 19/152 kB | 21 kB | 8.2/9.9 kB Progress (3): 19/152 kB | 21 kB | 9.9 kB Progress (3): 22/152 kB | 21 kB | 9.9 kB Progress (3): 25/152 kB | 21 kB | 9.9 kB Progress (3): 28/152 kB | 21 kB | 9.9 kB Progress (3): 30/152 kB | 21 kB | 9.9 kB Progress (3): 33/152 kB | 21 kB | 9.9 kB Progress (3): 36/152 kB | 21 kB | 9.9 kB Progress (3): 39/152 kB | 21 kB | 9.9 kB Progress (4): 39/152 kB | 21 kB | 9.9 kB | 4.1/5.9 kB Progress (4): 39/152 kB | 21 kB | 9.9 kB | 5.9 kB Progress (5): 39/152 kB | 21 kB | 9.9 kB | 5.9 kB | 4.1/24 kB Progress (5): 39/152 kB | 21 kB | 9.9 kB | 5.9 kB | 8.2/24 kB Progress (5): 39/152 kB | 21 kB | 9.9 kB | 5.9 kB | 12/24 kB Progress (5): 39/152 kB | 21 kB | 9.9 kB | 5.9 kB | 16/24 kB Progress (5): 39/152 kB | 21 kB | 9.9 kB | 5.9 kB | 20/24 kB Progress (5): 39/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 41/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 44/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 47/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 50/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 52/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 55/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 58/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 61/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Progress (5): 63/152 kB | 21 kB | 9.9 kB | 5.9 kB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 532 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Progress (4): 68/152 kB | 9.9 kB | 5.9 kB | 24 kB Progress (4): 72/152 kB | 9.9 kB | 5.9 kB | 24 kB Progress (4): 76/152 kB | 9.9 kB | 5.9 kB | 24 kB Progress (4): 80/152 kB | 9.9 kB | 5.9 kB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 242 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Progress (3): 84/152 kB | 5.9 kB | 24 kB Progress (3): 88/152 kB | 5.9 kB | 24 kB Progress (3): 92/152 kB | 5.9 kB | 24 kB Progress (3): 96/152 kB | 5.9 kB | 24 kB Progress (3): 100/152 kB | 5.9 kB | 24 kB Progress (3): 104/152 kB | 5.9 kB | 24 kB Progress (3): 108/152 kB | 5.9 kB | 24 kB Progress (3): 113/152 kB | 5.9 kB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 132 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (2): 117/152 kB | 24 kB Progress (2): 121/152 kB | 24 kB Progress (2): 125/152 kB | 24 kB Progress (2): 129/152 kB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 532 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (1): 133/152 kB Progress (1): 137/152 kB Progress (1): 141/152 kB Progress (1): 145/152 kB Progress (2): 145/152 kB | 4.1/14 kB Progress (2): 149/152 kB | 4.1/14 kB Progress (2): 149/152 kB | 8.2/14 kB Progress (2): 152 kB | 8.2/14 kB Progress (2): 152 kB | 12/14 kB Progress (2): 152 kB | 14 kB Progress (3): 152 kB | 14 kB | 4.1/30 kB Progress (3): 152 kB | 14 kB | 8.2/30 kB Progress (3): 152 kB | 14 kB | 12/30 kB Progress (3): 152 kB | 14 kB | 16/30 kB Progress (3): 152 kB | 14 kB | 20/30 kB Progress (3): 152 kB | 14 kB | 25/30 kB Progress (3): 152 kB | 14 kB | 29/30 kB Progress (3): 152 kB | 14 kB | 30 kB Progress (4): 152 kB | 14 kB | 30 kB | 4.1/37 kB Progress (5): 152 kB | 14 kB | 30 kB | 4.1/37 kB | 4.1/13 kB Progress (5): 152 kB | 14 kB | 30 kB | 8.2/37 kB | 4.1/13 kB Progress (5): 152 kB | 14 kB | 30 kB | 8.2/37 kB | 8.2/13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.7 MB/s) Progress (4): 14 kB | 30 kB | 12/37 kB | 8.2/13 kB Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (4): 14 kB | 30 kB | 12/37 kB | 12/13 kB Progress (4): 14 kB | 30 kB | 16/37 kB | 12/13 kB Progress (4): 14 kB | 30 kB | 16/37 kB | 13 kB Progress (4): 14 kB | 30 kB | 20/37 kB | 13 kB Progress (4): 14 kB | 30 kB | 24/37 kB | 13 kB Progress (4): 14 kB | 30 kB | 28/37 kB | 13 kB Progress (4): 14 kB | 30 kB | 32/37 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 239 kB/s) Progress (3): 30 kB | 36/37 kB | 13 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Progress (3): 30 kB | 37 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 502 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 209 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Progress (2): 37 kB | 4.1/38 kB Progress (2): 37 kB | 8.2/38 kB Progress (2): 37 kB | 12/38 kB Progress (2): 37 kB | 16/38 kB Progress (2): 37 kB | 20/38 kB Progress (2): 37 kB | 25/38 kB Progress (2): 37 kB | 29/38 kB Progress (2): 37 kB | 33/38 kB Progress (2): 37 kB | 37/38 kB Progress (2): 37 kB | 38 kB Progress (3): 37 kB | 38 kB | 4.1/87 kB Progress (3): 37 kB | 38 kB | 8.2/87 kB Progress (3): 37 kB | 38 kB | 12/87 kB Progress (3): 37 kB | 38 kB | 16/87 kB Progress (3): 37 kB | 38 kB | 20/87 kB Progress (3): 37 kB | 38 kB | 24/87 kB Progress (3): 37 kB | 38 kB | 28/87 kB Progress (3): 37 kB | 38 kB | 32/87 kB Progress (3): 37 kB | 38 kB | 36/87 kB Progress (3): 37 kB | 38 kB | 40/87 kB Progress (3): 37 kB | 38 kB | 44/87 kB Progress (3): 37 kB | 38 kB | 49/87 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 542 kB/s) Progress (2): 38 kB | 53/87 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 364 kB/s) Progress (2): 53/87 kB | 4.1/86 kB Progress (3): 53/87 kB | 4.1/86 kB | 4.1/49 kB Progress (3): 53/87 kB | 8.2/86 kB | 4.1/49 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (3): 57/87 kB | 8.2/86 kB | 4.1/49 kB Progress (3): 57/87 kB | 12/86 kB | 4.1/49 kB Progress (3): 57/87 kB | 12/86 kB | 8.2/49 kB Progress (3): 57/87 kB | 16/86 kB | 8.2/49 kB Progress (3): 61/87 kB | 16/86 kB | 8.2/49 kB Progress (3): 61/87 kB | 16/86 kB | 12/49 kB Progress (3): 61/87 kB | 20/86 kB | 12/49 kB Progress (3): 65/87 kB | 20/86 kB | 12/49 kB Progress (3): 65/87 kB | 25/86 kB | 12/49 kB Progress (3): 65/87 kB | 25/86 kB | 16/49 kB Progress (3): 69/87 kB | 25/86 kB | 16/49 kB Progress (3): 69/87 kB | 29/86 kB | 16/49 kB Progress (3): 69/87 kB | 29/86 kB | 20/49 kB Progress (3): 73/87 kB | 29/86 kB | 20/49 kB Progress (3): 73/87 kB | 29/86 kB | 25/49 kB Progress (3): 73/87 kB | 33/86 kB | 25/49 kB Progress (3): 73/87 kB | 33/86 kB | 29/49 kB Progress (3): 77/87 kB | 33/86 kB | 29/49 kB Progress (3): 77/87 kB | 37/86 kB | 29/49 kB Progress (3): 77/87 kB | 37/86 kB | 33/49 kB Progress (3): 77/87 kB | 41/86 kB | 33/49 kB Progress (3): 81/87 kB | 41/86 kB | 33/49 kB Progress (3): 81/87 kB | 41/86 kB | 37/49 kB Progress (3): 81/87 kB | 45/86 kB | 37/49 kB Progress (3): 81/87 kB | 45/86 kB | 41/49 kB Progress (3): 85/87 kB | 45/86 kB | 41/49 kB Progress (3): 85/87 kB | 45/86 kB | 45/49 kB Progress (3): 85/87 kB | 49/86 kB | 45/49 kB Progress (3): 85/87 kB | 49/86 kB | 49 kB Progress (3): 87 kB | 49/86 kB | 49 kB Progress (3): 87 kB | 53/86 kB | 49 kB Progress (3): 87 kB | 57/86 kB | 49 kB Progress (3): 87 kB | 61/86 kB | 49 kB Progress (3): 87 kB | 66/86 kB | 49 kB Progress (3): 87 kB | 70/86 kB | 49 kB Progress (3): 87 kB | 74/86 kB | 49 kB Progress (3): 87 kB | 78/86 kB | 49 kB Progress (3): 87 kB | 82/86 kB | 49 kB Progress (3): 87 kB | 86/86 kB | 49 kB Progress (3): 87 kB | 86 kB | 49 kB Progress (4): 87 kB | 86 kB | 49 kB | 4.1/10 kB Progress (4): 87 kB | 86 kB | 49 kB | 8.2/10 kB Progress (4): 87 kB | 86 kB | 49 kB | 10 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 4.1/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 8.2/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 12/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 16/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 20/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 25/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 29/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 33/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 37/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 41/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 45/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 49/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 53/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 57/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 61/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 64/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 68/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 72/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 76/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 80/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 84/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 88/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 92/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 96/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 101/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 105/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 109/194 kB Progress (5): 87 kB | 86 kB | 49 kB | 10 kB | 113/194 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 728 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar Progress (4): 86 kB | 49 kB | 10 kB | 117/194 kB Progress (4): 86 kB | 49 kB | 10 kB | 121/194 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 406 kB/s) Progress (3): 86 kB | 10 kB | 125/194 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Progress (3): 86 kB | 10 kB | 129/194 kB Progress (3): 86 kB | 10 kB | 133/194 kB Progress (3): 86 kB | 10 kB | 137/194 kB Progress (3): 86 kB | 10 kB | 142/194 kB Progress (3): 86 kB | 10 kB | 146/194 kB Progress (3): 86 kB | 10 kB | 150/194 kB Progress (3): 86 kB | 10 kB | 154/194 kB Progress (3): 86 kB | 10 kB | 158/194 kB Progress (3): 86 kB | 10 kB | 162/194 kB Progress (3): 86 kB | 10 kB | 166/194 kB Progress (3): 86 kB | 10 kB | 170/194 kB Progress (3): 86 kB | 10 kB | 174/194 kB Progress (3): 86 kB | 10 kB | 178/194 kB Progress (3): 86 kB | 10 kB | 182/194 kB Progress (3): 86 kB | 10 kB | 187/194 kB Progress (3): 86 kB | 10 kB | 191/194 kB Progress (3): 86 kB | 10 kB | 194 kB Progress (4): 86 kB | 10 kB | 194 kB | 4.1/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 8.2/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 12/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 16/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 20/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 25/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 29/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 33/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 37/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 41/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 45/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 49/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 53/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 57/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 61/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 66/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 70/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 74/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 78/121 kB Progress (4): 86 kB | 10 kB | 194 kB | 82/121 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 665 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 79 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Progress (3): 194 kB | 82/121 kB | 4.1/223 kB Progress (3): 194 kB | 82/121 kB | 8.2/223 kB Progress (3): 194 kB | 82/121 kB | 12/223 kB Progress (3): 194 kB | 82/121 kB | 16/223 kB Progress (3): 194 kB | 82/121 kB | 20/223 kB Progress (3): 194 kB | 82/121 kB | 25/223 kB Progress (3): 194 kB | 82/121 kB | 29/223 kB Progress (3): 194 kB | 82/121 kB | 33/223 kB Progress (3): 194 kB | 82/121 kB | 37/223 kB Progress (3): 194 kB | 82/121 kB | 41/223 kB Progress (3): 194 kB | 82/121 kB | 45/223 kB Progress (3): 194 kB | 82/121 kB | 49/223 kB Progress (3): 194 kB | 82/121 kB | 53/223 kB Progress (3): 194 kB | 82/121 kB | 57/223 kB Progress (3): 194 kB | 82/121 kB | 61/223 kB Progress (3): 194 kB | 82/121 kB | 65/223 kB Progress (3): 194 kB | 82/121 kB | 69/223 kB Progress (3): 194 kB | 82/121 kB | 73/223 kB Progress (3): 194 kB | 82/121 kB | 77/223 kB Progress (3): 194 kB | 82/121 kB | 81/223 kB Progress (3): 194 kB | 86/121 kB | 81/223 kB Progress (3): 194 kB | 90/121 kB | 81/223 kB Progress (3): 194 kB | 94/121 kB | 81/223 kB Progress (3): 194 kB | 98/121 kB | 81/223 kB Progress (3): 194 kB | 102/121 kB | 81/223 kB Progress (3): 194 kB | 106/121 kB | 81/223 kB Progress (3): 194 kB | 111/121 kB | 81/223 kB Progress (3): 194 kB | 115/121 kB | 81/223 kB Progress (3): 194 kB | 119/121 kB | 81/223 kB Progress (3): 194 kB | 121 kB | 81/223 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (2): 121 kB | 85/223 kB Progress (2): 121 kB | 89/223 kB Progress (2): 121 kB | 93/223 kB Progress (2): 121 kB | 98/223 kB Progress (2): 121 kB | 102/223 kB Progress (3): 121 kB | 102/223 kB | 4.1/6.8 kB Progress (4): 121 kB | 102/223 kB | 4.1/6.8 kB | 4.1/43 kB Progress (4): 121 kB | 106/223 kB | 4.1/6.8 kB | 4.1/43 kB Progress (4): 121 kB | 106/223 kB | 4.1/6.8 kB | 8.2/43 kB Progress (4): 121 kB | 106/223 kB | 6.8 kB | 8.2/43 kB Progress (4): 121 kB | 106/223 kB | 6.8 kB | 12/43 kB Progress (4): 121 kB | 110/223 kB | 6.8 kB | 12/43 kB Progress (4): 121 kB | 110/223 kB | 6.8 kB | 16/43 kB Progress (4): 121 kB | 114/223 kB | 6.8 kB | 16/43 kB Progress (4): 121 kB | 114/223 kB | 6.8 kB | 20/43 kB Progress (4): 121 kB | 114/223 kB | 6.8 kB | 25/43 kB Progress (4): 121 kB | 118/223 kB | 6.8 kB | 25/43 kB Progress (4): 121 kB | 118/223 kB | 6.8 kB | 29/43 kB Progress (4): 121 kB | 122/223 kB | 6.8 kB | 29/43 kB Progress (4): 121 kB | 122/223 kB | 6.8 kB | 33/43 kB Progress (4): 121 kB | 126/223 kB | 6.8 kB | 33/43 kB Progress (4): 121 kB | 126/223 kB | 6.8 kB | 37/43 kB Progress (4): 121 kB | 130/223 kB | 6.8 kB | 37/43 kB Progress (4): 121 kB | 130/223 kB | 6.8 kB | 41/43 kB Progress (4): 121 kB | 130/223 kB | 6.8 kB | 43 kB Progress (4): 121 kB | 134/223 kB | 6.8 kB | 43 kB Progress (4): 121 kB | 138/223 kB | 6.8 kB | 43 kB Progress (4): 121 kB | 143/223 kB | 6.8 kB | 43 kB Progress (4): 121 kB | 147/223 kB | 6.8 kB | 43 kB Progress (4): 121 kB | 151/223 kB | 6.8 kB | 43 kB Progress (4): 121 kB | 155/223 kB | 6.8 kB | 43 kB Progress (4): 121 kB | 159/223 kB | 6.8 kB | 43 kB Progress (4): 121 kB | 163/223 kB | 6.8 kB | 43 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 4.1/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 8.2/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 12/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 16/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 20/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 25/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 29/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 33/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 37/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 41/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 45/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 49/61 kB Progress (5): 121 kB | 163/223 kB | 6.8 kB | 43 kB | 53/61 kB Progress (5): 121 kB | 167/223 kB | 6.8 kB | 43 kB | 53/61 kB Progress (5): 121 kB | 167/223 kB | 6.8 kB | 43 kB | 57/61 kB Progress (5): 121 kB | 171/223 kB | 6.8 kB | 43 kB | 57/61 kB Progress (5): 121 kB | 171/223 kB | 6.8 kB | 43 kB | 61 kB Progress (5): 121 kB | 175/223 kB | 6.8 kB | 43 kB | 61 kB Progress (5): 121 kB | 179/223 kB | 6.8 kB | 43 kB | 61 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 818 kB/s) Progress (4): 184/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 188/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 192/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 196/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 200/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 204/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 208/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 212/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 216/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 220/223 kB | 6.8 kB | 43 kB | 61 kB Progress (4): 223 kB | 6.8 kB | 43 kB | 61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 45 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 263 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 372 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.3 MB/s) [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /work/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ simple-java-project --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 79 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 945 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 237 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 85 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 128 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 410 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 108 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 165 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 103 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 108 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 92 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 136 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 142 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 99 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 109 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 68 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 142 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 202 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 260 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 237 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 114 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1/32 kB Progress (1): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 228 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 646 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 115 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 171 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 109 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1/7.9 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 440 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 157 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 114 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 114 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 88 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 104 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 85 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 154 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 163 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 107 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 109 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 70 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 156 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 378 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 442 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 286 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 109 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 236 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 961 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 3.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 201 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 161 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 356 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 753 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 987 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 38 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom Progress (1): 769 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 145 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 126 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 224 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 156 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 7.6 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 281 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 130 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 82 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom Progress (1): 747 B Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 39 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Progress (1): 4.1/211 kB Progress (1): 8.2/211 kB Progress (1): 12/211 kB Progress (1): 16/211 kB Progress (1): 20/211 kB Progress (1): 25/211 kB Progress (1): 29/211 kB Progress (1): 33/211 kB Progress (1): 37/211 kB Progress (1): 41/211 kB Progress (1): 45/211 kB Progress (1): 48/211 kB Progress (1): 52/211 kB Progress (1): 56/211 kB Progress (1): 60/211 kB Progress (1): 64/211 kB Progress (1): 68/211 kB Progress (1): 72/211 kB Progress (1): 77/211 kB Progress (1): 81/211 kB Progress (2): 81/211 kB | 4.1/13 kB Progress (3): 81/211 kB | 4.1/13 kB | 4.1/89 kB Progress (3): 85/211 kB | 4.1/13 kB | 4.1/89 kB Progress (3): 85/211 kB | 4.1/13 kB | 8.2/89 kB Progress (4): 85/211 kB | 4.1/13 kB | 8.2/89 kB | 4.1/160 kB Progress (4): 85/211 kB | 8.2/13 kB | 8.2/89 kB | 4.1/160 kB Progress (4): 85/211 kB | 8.2/13 kB | 8.2/89 kB | 8.2/160 kB Progress (5): 85/211 kB | 8.2/13 kB | 8.2/89 kB | 8.2/160 kB | 4.1/49 kB Progress (5): 85/211 kB | 8.2/13 kB | 12/89 kB | 8.2/160 kB | 4.1/49 kB Progress (5): 89/211 kB | 8.2/13 kB | 12/89 kB | 8.2/160 kB | 4.1/49 kB Progress (5): 89/211 kB | 8.2/13 kB | 16/89 kB | 8.2/160 kB | 4.1/49 kB Progress (5): 89/211 kB | 8.2/13 kB | 16/89 kB | 8.2/160 kB | 8.2/49 kB Progress (5): 89/211 kB | 8.2/13 kB | 16/89 kB | 12/160 kB | 8.2/49 kB Progress (5): 89/211 kB | 12/13 kB | 16/89 kB | 12/160 kB | 8.2/49 kB Progress (5): 89/211 kB | 12/13 kB | 16/89 kB | 16/160 kB | 8.2/49 kB Progress (5): 89/211 kB | 12/13 kB | 16/89 kB | 16/160 kB | 12/49 kB Progress (5): 89/211 kB | 12/13 kB | 20/89 kB | 16/160 kB | 12/49 kB Progress (5): 93/211 kB | 12/13 kB | 20/89 kB | 16/160 kB | 12/49 kB Progress (5): 93/211 kB | 12/13 kB | 25/89 kB | 16/160 kB | 12/49 kB Progress (5): 93/211 kB | 12/13 kB | 25/89 kB | 20/160 kB | 12/49 kB Progress (5): 93/211 kB | 12/13 kB | 25/89 kB | 20/160 kB | 16/49 kB Progress (5): 93/211 kB | 13 kB | 25/89 kB | 20/160 kB | 16/49 kB Progress (5): 93/211 kB | 13 kB | 25/89 kB | 25/160 kB | 16/49 kB Progress (5): 93/211 kB | 13 kB | 29/89 kB | 25/160 kB | 16/49 kB Progress (5): 97/211 kB | 13 kB | 29/89 kB | 25/160 kB | 16/49 kB Progress (5): 97/211 kB | 13 kB | 33/89 kB | 25/160 kB | 16/49 kB Progress (5): 97/211 kB | 13 kB | 33/89 kB | 29/160 kB | 16/49 kB Progress (5): 97/211 kB | 13 kB | 33/89 kB | 29/160 kB | 20/49 kB Progress (5): 97/211 kB | 13 kB | 37/89 kB | 29/160 kB | 20/49 kB Progress (5): 97/211 kB | 13 kB | 37/89 kB | 33/160 kB | 20/49 kB Progress (5): 101/211 kB | 13 kB | 37/89 kB | 33/160 kB | 20/49 kB Progress (5): 101/211 kB | 13 kB | 41/89 kB | 33/160 kB | 20/49 kB Progress (5): 101/211 kB | 13 kB | 41/89 kB | 33/160 kB | 25/49 kB Progress (5): 101/211 kB | 13 kB | 45/89 kB | 33/160 kB | 25/49 kB Progress (5): 105/211 kB | 13 kB | 45/89 kB | 33/160 kB | 25/49 kB Progress (5): 105/211 kB | 13 kB | 45/89 kB | 37/160 kB | 25/49 kB Progress (5): 109/211 kB | 13 kB | 45/89 kB | 37/160 kB | 25/49 kB Progress (5): 109/211 kB | 13 kB | 49/89 kB | 37/160 kB | 25/49 kB Progress (5): 109/211 kB | 13 kB | 49/89 kB | 37/160 kB | 29/49 kB Progress (5): 113/211 kB | 13 kB | 49/89 kB | 37/160 kB | 29/49 kB Progress (5): 113/211 kB | 13 kB | 49/89 kB | 41/160 kB | 29/49 kB Progress (5): 113/211 kB | 13 kB | 53/89 kB | 41/160 kB | 29/49 kB Progress (5): 113/211 kB | 13 kB | 53/89 kB | 41/160 kB | 33/49 kB Progress (5): 113/211 kB | 13 kB | 57/89 kB | 41/160 kB | 33/49 kB Progress (5): 118/211 kB | 13 kB | 57/89 kB | 41/160 kB | 33/49 kB Progress (5): 118/211 kB | 13 kB | 57/89 kB | 45/160 kB | 33/49 kB Progress (5): 122/211 kB | 13 kB | 57/89 kB | 45/160 kB | 33/49 kB Progress (5): 122/211 kB | 13 kB | 57/89 kB | 45/160 kB | 37/49 kB Progress (5): 122/211 kB | 13 kB | 61/89 kB | 45/160 kB | 37/49 kB Progress (5): 122/211 kB | 13 kB | 61/89 kB | 45/160 kB | 41/49 kB Progress (5): 126/211 kB | 13 kB | 61/89 kB | 45/160 kB | 41/49 kB Progress (5): 126/211 kB | 13 kB | 61/89 kB | 49/160 kB | 41/49 kB Progress (5): 130/211 kB | 13 kB | 61/89 kB | 49/160 kB | 41/49 kB Progress (5): 130/211 kB | 13 kB | 61/89 kB | 49/160 kB | 45/49 kB Progress (5): 130/211 kB | 13 kB | 66/89 kB | 49/160 kB | 45/49 kB Progress (5): 130/211 kB | 13 kB | 66/89 kB | 49/160 kB | 49 kB Progress (5): 134/211 kB | 13 kB | 66/89 kB | 49/160 kB | 49 kB Progress (5): 134/211 kB | 13 kB | 66/89 kB | 53/160 kB | 49 kB Progress (5): 138/211 kB | 13 kB | 66/89 kB | 53/160 kB | 49 kB Progress (5): 138/211 kB | 13 kB | 70/89 kB | 53/160 kB | 49 kB Progress (5): 142/211 kB | 13 kB | 70/89 kB | 53/160 kB | 49 kB Progress (5): 142/211 kB | 13 kB | 70/89 kB | 57/160 kB | 49 kB Progress (5): 146/211 kB | 13 kB | 70/89 kB | 57/160 kB | 49 kB Progress (5): 146/211 kB | 13 kB | 74/89 kB | 57/160 kB | 49 kB Progress (5): 146/211 kB | 13 kB | 74/89 kB | 61/160 kB | 49 kB Progress (5): 150/211 kB | 13 kB | 74/89 kB | 61/160 kB | 49 kB Progress (5): 150/211 kB | 13 kB | 78/89 kB | 61/160 kB | 49 kB Progress (5): 154/211 kB | 13 kB | 78/89 kB | 61/160 kB | 49 kB Progress (5): 154/211 kB | 13 kB | 78/89 kB | 65/160 kB | 49 kB Progress (5): 159/211 kB | 13 kB | 78/89 kB | 65/160 kB | 49 kB Progress (5): 159/211 kB | 13 kB | 82/89 kB | 65/160 kB | 49 kB Progress (5): 159/211 kB | 13 kB | 82/89 kB | 69/160 kB | 49 kB Progress (5): 163/211 kB | 13 kB | 82/89 kB | 69/160 kB | 49 kB Progress (5): 163/211 kB | 13 kB | 82/89 kB | 73/160 kB | 49 kB Progress (5): 163/211 kB | 13 kB | 86/89 kB | 73/160 kB | 49 kB Progress (5): 167/211 kB | 13 kB | 86/89 kB | 73/160 kB | 49 kB Progress (5): 167/211 kB | 13 kB | 86/89 kB | 77/160 kB | 49 kB Progress (5): 171/211 kB | 13 kB | 86/89 kB | 77/160 kB | 49 kB Progress (5): 171/211 kB | 13 kB | 89 kB | 77/160 kB | 49 kB Progress (5): 175/211 kB | 13 kB | 89 kB | 77/160 kB | 49 kB Progress (5): 175/211 kB | 13 kB | 89 kB | 81/160 kB | 49 kB Progress (5): 179/211 kB | 13 kB | 89 kB | 81/160 kB | 49 kB Progress (5): 179/211 kB | 13 kB | 89 kB | 85/160 kB | 49 kB Progress (5): 183/211 kB | 13 kB | 89 kB | 85/160 kB | 49 kB Progress (5): 183/211 kB | 13 kB | 89 kB | 89/160 kB | 49 kB Progress (5): 187/211 kB | 13 kB | 89 kB | 89/160 kB | 49 kB Progress (5): 187/211 kB | 13 kB | 89 kB | 93/160 kB | 49 kB Progress (5): 191/211 kB | 13 kB | 89 kB | 93/160 kB | 49 kB Progress (5): 191/211 kB | 13 kB | 89 kB | 98/160 kB | 49 kB Progress (5): 195/211 kB | 13 kB | 89 kB | 98/160 kB | 49 kB Progress (5): 195/211 kB | 13 kB | 89 kB | 102/160 kB | 49 kB Progress (5): 199/211 kB | 13 kB | 89 kB | 102/160 kB | 49 kB Progress (5): 199/211 kB | 13 kB | 89 kB | 106/160 kB | 49 kB Progress (5): 204/211 kB | 13 kB | 89 kB | 106/160 kB | 49 kB Progress (5): 204/211 kB | 13 kB | 89 kB | 110/160 kB | 49 kB Progress (5): 208/211 kB | 13 kB | 89 kB | 110/160 kB | 49 kB Progress (5): 208/211 kB | 13 kB | 89 kB | 114/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 114/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 118/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 122/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 126/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 130/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 134/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 138/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 143/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 147/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 151/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 155/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 159/160 kB | 49 kB Progress (5): 211 kB | 13 kB | 89 kB | 160 kB | 49 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 614 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 8.1 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 3.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 5.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Progress (2): 21 kB | 4.1/35 kB Progress (2): 21 kB | 8.2/35 kB Progress (2): 21 kB | 12/35 kB Progress (2): 21 kB | 16/35 kB Progress (2): 21 kB | 20/35 kB Progress (2): 21 kB | 25/35 kB Progress (2): 21 kB | 29/35 kB Progress (3): 21 kB | 29/35 kB | 4.1/87 kB Progress (3): 21 kB | 33/35 kB | 4.1/87 kB Progress (3): 21 kB | 33/35 kB | 8.2/87 kB Progress (3): 21 kB | 35 kB | 8.2/87 kB Progress (3): 21 kB | 35 kB | 12/87 kB Progress (3): 21 kB | 35 kB | 16/87 kB Progress (3): 21 kB | 35 kB | 20/87 kB Progress (3): 21 kB | 35 kB | 25/87 kB Progress (3): 21 kB | 35 kB | 29/87 kB Progress (3): 21 kB | 35 kB | 33/87 kB Progress (3): 21 kB | 35 kB | 37/87 kB Progress (3): 21 kB | 35 kB | 41/87 kB Progress (3): 21 kB | 35 kB | 45/87 kB Progress (3): 21 kB | 35 kB | 49/87 kB Progress (3): 21 kB | 35 kB | 53/87 kB Progress (3): 21 kB | 35 kB | 57/87 kB Progress (3): 21 kB | 35 kB | 61/87 kB Progress (3): 21 kB | 35 kB | 66/87 kB Progress (3): 21 kB | 35 kB | 70/87 kB Progress (3): 21 kB | 35 kB | 74/87 kB Progress (3): 21 kB | 35 kB | 78/87 kB Progress (3): 21 kB | 35 kB | 82/87 kB Progress (3): 21 kB | 35 kB | 86/87 kB Progress (3): 21 kB | 35 kB | 87 kB Progress (4): 21 kB | 35 kB | 87 kB | 4.1/25 kB Progress (4): 21 kB | 35 kB | 87 kB | 8.2/25 kB Progress (4): 21 kB | 35 kB | 87 kB | 12/25 kB Progress (4): 21 kB | 35 kB | 87 kB | 16/25 kB Progress (4): 21 kB | 35 kB | 87 kB | 20/25 kB Progress (4): 21 kB | 35 kB | 87 kB | 25 kB Progress (5): 21 kB | 35 kB | 87 kB | 25 kB | 4.1/14 kB Progress (5): 21 kB | 35 kB | 87 kB | 25 kB | 8.2/14 kB Progress (5): 21 kB | 35 kB | 87 kB | 25 kB | 12/14 kB Progress (5): 21 kB | 35 kB | 87 kB | 25 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 522 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 822 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 534 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 287 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Progress (1): 4.1/122 kB Progress (1): 8.2/122 kB Progress (1): 12/122 kB Progress (1): 16/122 kB Progress (1): 20/122 kB Progress (1): 25/122 kB Progress (1): 29/122 kB Progress (1): 33/122 kB Progress (1): 37/122 kB Progress (1): 41/122 kB Progress (1): 45/122 kB Progress (1): 49/122 kB Progress (1): 53/122 kB Progress (1): 57/122 kB Progress (1): 61/122 kB Progress (1): 66/122 kB Progress (1): 70/122 kB Progress (1): 74/122 kB Progress (1): 78/122 kB Progress (1): 82/122 kB Progress (2): 82/122 kB | 4.1/37 kB Progress (2): 86/122 kB | 4.1/37 kB Progress (2): 86/122 kB | 8.2/37 kB Progress (2): 90/122 kB | 8.2/37 kB Progress (2): 90/122 kB | 12/37 kB Progress (2): 94/122 kB | 12/37 kB Progress (2): 94/122 kB | 16/37 kB Progress (2): 98/122 kB | 16/37 kB Progress (2): 98/122 kB | 20/37 kB Progress (2): 98/122 kB | 25/37 kB Progress (2): 98/122 kB | 29/37 kB Progress (2): 98/122 kB | 33/37 kB Progress (2): 102/122 kB | 33/37 kB Progress (2): 102/122 kB | 37/37 kB Progress (2): 106/122 kB | 37/37 kB Progress (2): 106/122 kB | 37 kB Progress (2): 111/122 kB | 37 kB Progress (2): 115/122 kB | 37 kB Progress (2): 119/122 kB | 37 kB Progress (2): 122 kB | 37 kB Progress (3): 122 kB | 37 kB | 4.1/29 kB Progress (3): 122 kB | 37 kB | 8.2/29 kB Progress (3): 122 kB | 37 kB | 12/29 kB Progress (3): 122 kB | 37 kB | 16/29 kB Progress (3): 122 kB | 37 kB | 20/29 kB Progress (3): 122 kB | 37 kB | 25/29 kB Progress (3): 122 kB | 37 kB | 29/29 kB Progress (3): 122 kB | 37 kB | 29 kB Progress (4): 122 kB | 37 kB | 29 kB | 4.1/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 8.2/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 12/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 16/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 20/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 25/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 29/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 33/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 37/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 41/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 45/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 49/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 53/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 57/58 kB Progress (4): 122 kB | 37 kB | 29 kB | 58 kB Progress (5): 122 kB | 37 kB | 29 kB | 58 kB | 4.1/10 kB Progress (5): 122 kB | 37 kB | 29 kB | 58 kB | 8.2/10 kB Progress (5): 122 kB | 37 kB | 29 kB | 58 kB | 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 607 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 469 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 890 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 156 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Progress (2): 33 kB | 4.1/155 kB Progress (2): 33 kB | 8.2/155 kB Progress (2): 33 kB | 12/155 kB Progress (2): 33 kB | 16/155 kB Progress (2): 33 kB | 20/155 kB Progress (2): 33 kB | 25/155 kB Progress (2): 33 kB | 29/155 kB Progress (2): 33 kB | 33/155 kB Progress (2): 33 kB | 37/155 kB Progress (2): 33 kB | 41/155 kB Progress (2): 33 kB | 45/155 kB Progress (2): 33 kB | 49/155 kB Progress (2): 33 kB | 53/155 kB Progress (2): 33 kB | 57/155 kB Progress (2): 33 kB | 61/155 kB Progress (2): 33 kB | 65/155 kB Progress (3): 33 kB | 65/155 kB | 4.1/32 kB Progress (3): 33 kB | 69/155 kB | 4.1/32 kB Progress (3): 33 kB | 69/155 kB | 8.2/32 kB Progress (3): 33 kB | 73/155 kB | 8.2/32 kB Progress (3): 33 kB | 73/155 kB | 12/32 kB Progress (3): 33 kB | 77/155 kB | 12/32 kB Progress (3): 33 kB | 77/155 kB | 16/32 kB Progress (3): 33 kB | 82/155 kB | 16/32 kB Progress (3): 33 kB | 82/155 kB | 20/32 kB Progress (3): 33 kB | 82/155 kB | 25/32 kB Progress (3): 33 kB | 86/155 kB | 25/32 kB Progress (3): 33 kB | 86/155 kB | 29/32 kB Progress (3): 33 kB | 90/155 kB | 29/32 kB Progress (3): 33 kB | 90/155 kB | 32 kB Progress (3): 33 kB | 94/155 kB | 32 kB Progress (3): 33 kB | 98/155 kB | 32 kB Progress (3): 33 kB | 102/155 kB | 32 kB Progress (3): 33 kB | 106/155 kB | 32 kB Progress (3): 33 kB | 110/155 kB | 32 kB Progress (3): 33 kB | 114/155 kB | 32 kB Progress (3): 33 kB | 118/155 kB | 32 kB Progress (3): 33 kB | 123/155 kB | 32 kB Progress (3): 33 kB | 127/155 kB | 32 kB Progress (3): 33 kB | 131/155 kB | 32 kB Progress (3): 33 kB | 135/155 kB | 32 kB Progress (3): 33 kB | 139/155 kB | 32 kB Progress (3): 33 kB | 143/155 kB | 32 kB Progress (3): 33 kB | 147/155 kB | 32 kB Progress (3): 33 kB | 151/155 kB | 32 kB Progress (3): 33 kB | 155 kB | 32 kB Progress (4): 33 kB | 155 kB | 32 kB | 4.1/14 kB Progress (4): 33 kB | 155 kB | 32 kB | 8.2/14 kB Progress (4): 33 kB | 155 kB | 32 kB | 12/14 kB Progress (4): 33 kB | 155 kB | 32 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 439 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Progress (4): 155 kB | 32 kB | 14 kB | 4.1/4.2 kB Progress (4): 155 kB | 32 kB | 14 kB | 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 389 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Progress (4): 155 kB | 14 kB | 4.2 kB | 4.1/25 kB Progress (4): 155 kB | 14 kB | 4.2 kB | 8.2/25 kB Progress (4): 155 kB | 14 kB | 4.2 kB | 12/25 kB Progress (4): 155 kB | 14 kB | 4.2 kB | 16/25 kB Progress (4): 155 kB | 14 kB | 4.2 kB | 20/25 kB Progress (4): 155 kB | 14 kB | 4.2 kB | 24/25 kB Progress (4): 155 kB | 14 kB | 4.2 kB | 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 161 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 50 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar Progress (2): 25 kB | 4.1/4.6 kB Progress (3): 25 kB | 4.1/4.6 kB | 4.1/217 kB Progress (3): 25 kB | 4.6 kB | 4.1/217 kB Progress (3): 25 kB | 4.6 kB | 8.2/217 kB Progress (3): 25 kB | 4.6 kB | 12/217 kB Progress (3): 25 kB | 4.6 kB | 16/217 kB Progress (3): 25 kB | 4.6 kB | 20/217 kB Progress (3): 25 kB | 4.6 kB | 25/217 kB Progress (3): 25 kB | 4.6 kB | 29/217 kB Progress (3): 25 kB | 4.6 kB | 33/217 kB Progress (3): 25 kB | 4.6 kB | 37/217 kB Progress (3): 25 kB | 4.6 kB | 41/217 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 269 kB/s) Progress (2): 4.6 kB | 45/217 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Progress (3): 4.6 kB | 45/217 kB | 4.1/19 kB Progress (3): 4.6 kB | 49/217 kB | 4.1/19 kB Progress (3): 4.6 kB | 49/217 kB | 8.2/19 kB Progress (3): 4.6 kB | 49/217 kB | 12/19 kB Progress (3): 4.6 kB | 49/217 kB | 16/19 kB Progress (3): 4.6 kB | 53/217 kB | 16/19 kB Progress (3): 4.6 kB | 53/217 kB | 19 kB Progress (3): 4.6 kB | 57/217 kB | 19 kB Progress (3): 4.6 kB | 61/217 kB | 19 kB Progress (3): 4.6 kB | 66/217 kB | 19 kB Progress (3): 4.6 kB | 70/217 kB | 19 kB Progress (3): 4.6 kB | 74/217 kB | 19 kB Progress (3): 4.6 kB | 78/217 kB | 19 kB Progress (3): 4.6 kB | 82/217 kB | 19 kB Progress (4): 4.6 kB | 82/217 kB | 19 kB | 4.1/46 kB Progress (4): 4.6 kB | 86/217 kB | 19 kB | 4.1/46 kB Progress (4): 4.6 kB | 86/217 kB | 19 kB | 8.2/46 kB Progress (4): 4.6 kB | 90/217 kB | 19 kB | 8.2/46 kB Progress (4): 4.6 kB | 90/217 kB | 19 kB | 12/46 kB Progress (4): 4.6 kB | 94/217 kB | 19 kB | 12/46 kB Progress (4): 4.6 kB | 94/217 kB | 19 kB | 16/46 kB Progress (4): 4.6 kB | 98/217 kB | 19 kB | 16/46 kB Progress (4): 4.6 kB | 102/217 kB | 19 kB | 16/46 kB Progress (4): 4.6 kB | 106/217 kB | 19 kB | 16/46 kB Progress (4): 4.6 kB | 106/217 kB | 19 kB | 20/46 kB Progress (4): 4.6 kB | 111/217 kB | 19 kB | 20/46 kB Progress (4): 4.6 kB | 111/217 kB | 19 kB | 25/46 kB Progress (4): 4.6 kB | 115/217 kB | 19 kB | 25/46 kB Progress (4): 4.6 kB | 115/217 kB | 19 kB | 29/46 kB Progress (4): 4.6 kB | 119/217 kB | 19 kB | 29/46 kB Progress (4): 4.6 kB | 119/217 kB | 19 kB | 33/46 kB Progress (4): 4.6 kB | 123/217 kB | 19 kB | 33/46 kB Progress (4): 4.6 kB | 127/217 kB | 19 kB | 33/46 kB Progress (4): 4.6 kB | 127/217 kB | 19 kB | 37/46 kB Progress (4): 4.6 kB | 127/217 kB | 19 kB | 41/46 kB Progress (4): 4.6 kB | 131/217 kB | 19 kB | 41/46 kB Progress (4): 4.6 kB | 131/217 kB | 19 kB | 45/46 kB Progress (4): 4.6 kB | 135/217 kB | 19 kB | 45/46 kB Progress (4): 4.6 kB | 135/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 139/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 143/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 147/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 152/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 156/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 160/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 164/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 168/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 172/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 176/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 180/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 184/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 188/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 193/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 197/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 201/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 205/217 kB | 19 kB | 46 kB Progress (4): 4.6 kB | 209/217 kB | 19 kB | 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar Progress (3): 213/217 kB | 19 kB | 46 kB Progress (3): 217 kB | 19 kB | 46 kB Progress (4): 217 kB | 19 kB | 46 kB | 4.1/134 kB Progress (4): 217 kB | 19 kB | 46 kB | 8.2/134 kB Progress (4): 217 kB | 19 kB | 46 kB | 12/134 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 186 kB/s) Progress (3): 217 kB | 46 kB | 16/134 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Progress (3): 217 kB | 46 kB | 20/134 kB Progress (3): 217 kB | 46 kB | 25/134 kB Progress (3): 217 kB | 46 kB | 29/134 kB Progress (3): 217 kB | 46 kB | 33/134 kB Progress (3): 217 kB | 46 kB | 37/134 kB Progress (3): 217 kB | 46 kB | 41/134 kB Progress (3): 217 kB | 46 kB | 45/134 kB Progress (3): 217 kB | 46 kB | 49/134 kB Progress (3): 217 kB | 46 kB | 53/134 kB Progress (3): 217 kB | 46 kB | 57/134 kB Progress (3): 217 kB | 46 kB | 61/134 kB Progress (3): 217 kB | 46 kB | 66/134 kB Progress (3): 217 kB | 46 kB | 70/134 kB Progress (3): 217 kB | 46 kB | 74/134 kB Progress (3): 217 kB | 46 kB | 78/134 kB Progress (3): 217 kB | 46 kB | 82/134 kB Progress (3): 217 kB | 46 kB | 86/134 kB Progress (3): 217 kB | 46 kB | 90/134 kB Progress (3): 217 kB | 46 kB | 94/134 kB Progress (3): 217 kB | 46 kB | 98/134 kB Progress (3): 217 kB | 46 kB | 102/134 kB Progress (3): 217 kB | 46 kB | 106/134 kB Progress (3): 217 kB | 46 kB | 111/134 kB Progress (3): 217 kB | 46 kB | 115/134 kB Progress (3): 217 kB | 46 kB | 119/134 kB Progress (3): 217 kB | 46 kB | 123/134 kB Progress (3): 217 kB | 46 kB | 127/134 kB Progress (3): 217 kB | 46 kB | 131/134 kB Progress (3): 217 kB | 46 kB | 134 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 439 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar Progress (2): 134 kB | 4.1/358 kB Progress (2): 134 kB | 8.2/358 kB Progress (2): 134 kB | 12/358 kB Progress (2): 134 kB | 16/358 kB Progress (2): 134 kB | 20/358 kB Progress (2): 134 kB | 25/358 kB Progress (2): 134 kB | 29/358 kB Progress (2): 134 kB | 33/358 kB Progress (3): 134 kB | 33/358 kB | 4.1/45 kB Progress (3): 134 kB | 37/358 kB | 4.1/45 kB Progress (3): 134 kB | 37/358 kB | 8.2/45 kB Progress (3): 134 kB | 41/358 kB | 8.2/45 kB Progress (3): 134 kB | 41/358 kB | 12/45 kB Progress (3): 134 kB | 45/358 kB | 12/45 kB Progress (3): 134 kB | 45/358 kB | 16/45 kB Progress (3): 134 kB | 49/358 kB | 16/45 kB Progress (3): 134 kB | 49/358 kB | 20/45 kB Progress (3): 134 kB | 53/358 kB | 20/45 kB Progress (3): 134 kB | 53/358 kB | 25/45 kB Progress (3): 134 kB | 57/358 kB | 25/45 kB Progress (3): 134 kB | 57/358 kB | 29/45 kB Progress (3): 134 kB | 61/358 kB | 29/45 kB Progress (3): 134 kB | 61/358 kB | 33/45 kB Progress (3): 134 kB | 61/358 kB | 37/45 kB Progress (3): 134 kB | 66/358 kB | 37/45 kB Progress (3): 134 kB | 66/358 kB | 41/45 kB Progress (3): 134 kB | 70/358 kB | 41/45 kB Progress (3): 134 kB | 70/358 kB | 45 kB Progress (3): 134 kB | 74/358 kB | 45 kB Progress (3): 134 kB | 78/358 kB | 45 kB Progress (3): 134 kB | 82/358 kB | 45 kB Progress (3): 134 kB | 86/358 kB | 45 kB Progress (3): 134 kB | 90/358 kB | 45 kB Progress (3): 134 kB | 94/358 kB | 45 kB Progress (3): 134 kB | 98/358 kB | 45 kB Progress (3): 134 kB | 102/358 kB | 45 kB Progress (3): 134 kB | 106/358 kB | 45 kB Progress (3): 134 kB | 111/358 kB | 45 kB Progress (3): 134 kB | 115/358 kB | 45 kB Progress (3): 134 kB | 119/358 kB | 45 kB Progress (3): 134 kB | 123/358 kB | 45 kB Progress (3): 134 kB | 127/358 kB | 45 kB Progress (3): 134 kB | 131/358 kB | 45 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 1.2 MB/s) Progress (2): 135/358 kB | 45 kB Progress (3): 135/358 kB | 45 kB | 4.1/640 kB Progress (3): 139/358 kB | 45 kB | 4.1/640 kB Progress (3): 139/358 kB | 45 kB | 8.2/640 kB Progress (3): 143/358 kB | 45 kB | 8.2/640 kB Progress (3): 143/358 kB | 45 kB | 12/640 kB Progress (3): 143/358 kB | 45 kB | 16/640 kB Progress (3): 147/358 kB | 45 kB | 16/640 kB Progress (3): 152/358 kB | 45 kB | 16/640 kB Progress (3): 152/358 kB | 45 kB | 20/640 kB Progress (3): 156/358 kB | 45 kB | 20/640 kB Progress (3): 156/358 kB | 45 kB | 25/640 kB Progress (3): 160/358 kB | 45 kB | 25/640 kB Progress (3): 160/358 kB | 45 kB | 29/640 kB Progress (3): 160/358 kB | 45 kB | 33/640 kB Progress (3): 164/358 kB | 45 kB | 33/640 kB Progress (3): 168/358 kB | 45 kB | 33/640 kB Progress (3): 168/358 kB | 45 kB | 37/640 kB Progress (3): 172/358 kB | 45 kB | 37/640 kB Progress (3): 172/358 kB | 45 kB | 41/640 kB Progress (3): 176/358 kB | 45 kB | 41/640 kB Progress (3): 176/358 kB | 45 kB | 45/640 kB Progress (4): 176/358 kB | 45 kB | 45/640 kB | 4.1/121 kB Progress (4): 180/358 kB | 45 kB | 45/640 kB | 4.1/121 kB Progress (4): 180/358 kB | 45 kB | 49/640 kB | 4.1/121 kB Progress (4): 184/358 kB | 45 kB | 49/640 kB | 4.1/121 kB Progress (4): 184/358 kB | 45 kB | 49/640 kB | 8.2/121 kB Progress (4): 184/358 kB | 45 kB | 53/640 kB | 8.2/121 kB Progress (4): 188/358 kB | 45 kB | 53/640 kB | 8.2/121 kB Progress (4): 188/358 kB | 45 kB | 57/640 kB | 8.2/121 kB Progress (4): 188/358 kB | 45 kB | 57/640 kB | 12/121 kB Progress (4): 188/358 kB | 45 kB | 61/640 kB | 12/121 kB Progress (4): 193/358 kB | 45 kB | 61/640 kB | 12/121 kB Progress (4): 193/358 kB | 45 kB | 64/640 kB | 12/121 kB Progress (4): 193/358 kB | 45 kB | 64/640 kB | 16/121 kB Progress (4): 197/358 kB | 45 kB | 64/640 kB | 16/121 kB Progress (4): 197/358 kB | 45 kB | 68/640 kB | 16/121 kB Progress (4): 197/358 kB | 45 kB | 68/640 kB | 20/121 kB Progress (4): 201/358 kB | 45 kB | 68/640 kB | 20/121 kB Progress (4): 201/358 kB | 45 kB | 68/640 kB | 25/121 kB Progress (4): 201/358 kB | 45 kB | 72/640 kB | 25/121 kB Progress (4): 201/358 kB | 45 kB | 72/640 kB | 29/121 kB Progress (4): 205/358 kB | 45 kB | 72/640 kB | 29/121 kB Progress (4): 205/358 kB | 45 kB | 72/640 kB | 33/121 kB Progress (4): 205/358 kB | 45 kB | 76/640 kB | 33/121 kB Progress (4): 209/358 kB | 45 kB | 76/640 kB | 33/121 kB Progress (4): 209/358 kB | 45 kB | 76/640 kB | 37/121 kB Progress (4): 209/358 kB | 45 kB | 81/640 kB | 37/121 kB Progress (4): 209/358 kB | 45 kB | 81/640 kB | 41/121 kB Progress (4): 213/358 kB | 45 kB | 81/640 kB | 41/121 kB Progress (4): 213/358 kB | 45 kB | 85/640 kB | 41/121 kB Progress (4): 213/358 kB | 45 kB | 85/640 kB | 45/121 kB Progress (4): 213/358 kB | 45 kB | 89/640 kB | 45/121 kB Progress (4): 217/358 kB | 45 kB | 89/640 kB | 45/121 kB Progress (4): 217/358 kB | 45 kB | 93/640 kB | 45/121 kB Progress (4): 217/358 kB | 45 kB | 93/640 kB | 49/121 kB Progress (4): 217/358 kB | 45 kB | 97/640 kB | 49/121 kB Progress (4): 221/358 kB | 45 kB | 97/640 kB | 49/121 kB Progress (4): 221/358 kB | 45 kB | 97/640 kB | 53/121 kB Progress (4): 221/358 kB | 45 kB | 101/640 kB | 53/121 kB Progress (4): 225/358 kB | 45 kB | 101/640 kB | 53/121 kB Progress (4): 225/358 kB | 45 kB | 105/640 kB | 53/121 kB Progress (4): 225/358 kB | 45 kB | 105/640 kB | 57/121 kB Progress (4): 225/358 kB | 45 kB | 109/640 kB | 57/121 kB Progress (4): 225/358 kB | 45 kB | 109/640 kB | 61/121 kB Progress (4): 229/358 kB | 45 kB | 109/640 kB | 61/121 kB Progress (4): 229/358 kB | 45 kB | 113/640 kB | 61/121 kB Progress (4): 233/358 kB | 45 kB | 113/640 kB | 61/121 kB Progress (4): 233/358 kB | 45 kB | 113/640 kB | 66/121 kB Progress (4): 238/358 kB | 45 kB | 113/640 kB | 66/121 kB Progress (4): 238/358 kB | 45 kB | 117/640 kB | 66/121 kB Progress (4): 238/358 kB | 45 kB | 117/640 kB | 70/121 kB Progress (4): 242/358 kB | 45 kB | 117/640 kB | 70/121 kB Progress (4): 242/358 kB | 45 kB | 117/640 kB | 74/121 kB Progress (4): 242/358 kB | 45 kB | 122/640 kB | 74/121 kB Progress (4): 242/358 kB | 45 kB | 122/640 kB | 78/121 kB Progress (4): 246/358 kB | 45 kB | 122/640 kB | 78/121 kB Progress (4): 246/358 kB | 45 kB | 122/640 kB | 82/121 kB Progress (4): 246/358 kB | 45 kB | 126/640 kB | 82/121 kB Progress (4): 250/358 kB | 45 kB | 126/640 kB | 82/121 kB Progress (4): 250/358 kB | 45 kB | 126/640 kB | 86/121 kB Progress (4): 250/358 kB | 45 kB | 130/640 kB | 86/121 kB Progress (4): 250/358 kB | 45 kB | 130/640 kB | 90/121 kB Progress (4): 254/358 kB | 45 kB | 130/640 kB | 90/121 kB Progress (4): 254/358 kB | 45 kB | 134/640 kB | 90/121 kB Progress (4): 254/358 kB | 45 kB | 134/640 kB | 94/121 kB Progress (4): 254/358 kB | 45 kB | 138/640 kB | 94/121 kB Progress (4): 258/358 kB | 45 kB | 138/640 kB | 94/121 kB Progress (4): 258/358 kB | 45 kB | 142/640 kB | 94/121 kB Progress (4): 258/358 kB | 45 kB | 142/640 kB | 98/121 kB Progress (4): 262/358 kB | 45 kB | 142/640 kB | 98/121 kB Progress (4): 262/358 kB | 45 kB | 146/640 kB | 98/121 kB Progress (4): 266/358 kB | 45 kB | 146/640 kB | 98/121 kB Progress (4): 266/358 kB | 45 kB | 146/640 kB | 102/121 kB Progress (4): 266/358 kB | 45 kB | 150/640 kB | 102/121 kB Progress (4): 270/358 kB | 45 kB | 150/640 kB | 102/121 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 363 kB/s) Progress (3): 274/358 kB | 150/640 kB | 102/121 kB Progress (3): 274/358 kB | 154/640 kB | 102/121 kB Progress (3): 274/358 kB | 154/640 kB | 106/121 kB Progress (3): 279/358 kB | 154/640 kB | 106/121 kB Progress (3): 279/358 kB | 158/640 kB | 106/121 kB Progress (3): 283/358 kB | 158/640 kB | 106/121 kB Progress (3): 283/358 kB | 158/640 kB | 111/121 kB Progress (3): 287/358 kB | 158/640 kB | 111/121 kB Progress (3): 287/358 kB | 163/640 kB | 111/121 kB Progress (3): 291/358 kB | 163/640 kB | 111/121 kB Progress (3): 291/358 kB | 163/640 kB | 115/121 kB Progress (3): 291/358 kB | 167/640 kB | 115/121 kB Progress (3): 291/358 kB | 167/640 kB | 119/121 kB Progress (3): 291/358 kB | 171/640 kB | 119/121 kB Progress (3): 291/358 kB | 171/640 kB | 121 kB Progress (3): 291/358 kB | 175/640 kB | 121 kB Progress (3): 291/358 kB | 179/640 kB | 121 kB Progress (3): 291/358 kB | 183/640 kB | 121 kB Progress (3): 291/358 kB | 187/640 kB | 121 kB Progress (3): 291/358 kB | 191/640 kB | 121 kB Progress (3): 295/358 kB | 191/640 kB | 121 kB Progress (3): 295/358 kB | 195/640 kB | 121 kB Progress (3): 299/358 kB | 195/640 kB | 121 kB Progress (3): 303/358 kB | 195/640 kB | 121 kB Progress (3): 303/358 kB | 199/640 kB | 121 kB Progress (3): 307/358 kB | 199/640 kB | 121 kB Progress (3): 307/358 kB | 203/640 kB | 121 kB Progress (3): 307/358 kB | 208/640 kB | 121 kB Progress (3): 311/358 kB | 208/640 kB | 121 kB Progress (3): 311/358 kB | 212/640 kB | 121 kB Progress (3): 315/358 kB | 212/640 kB | 121 kB Progress (3): 319/358 kB | 212/640 kB | 121 kB Progress (3): 324/358 kB | 212/640 kB | 121 kB Progress (3): 328/358 kB | 212/640 kB | 121 kB Progress (3): 332/358 kB | 212/640 kB | 121 kB Progress (3): 332/358 kB | 216/640 kB | 121 kB Progress (3): 336/358 kB | 216/640 kB | 121 kB Progress (3): 336/358 kB | 220/640 kB | 121 kB Progress (3): 340/358 kB | 220/640 kB | 121 kB Progress (3): 340/358 kB | 224/640 kB | 121 kB Progress (3): 340/358 kB | 228/640 kB | 121 kB Progress (3): 344/358 kB | 228/640 kB | 121 kB Progress (3): 348/358 kB | 228/640 kB | 121 kB Progress (3): 348/358 kB | 232/640 kB | 121 kB Progress (3): 352/358 kB | 232/640 kB | 121 kB Progress (3): 352/358 kB | 236/640 kB | 121 kB Progress (3): 356/358 kB | 236/640 kB | 121 kB Progress (3): 356/358 kB | 240/640 kB | 121 kB Progress (3): 358 kB | 240/640 kB | 121 kB Progress (3): 358 kB | 244/640 kB | 121 kB Progress (3): 358 kB | 249/640 kB | 121 kB Progress (3): 358 kB | 253/640 kB | 121 kB Progress (3): 358 kB | 257/640 kB | 121 kB Progress (3): 358 kB | 261/640 kB | 121 kB Progress (3): 358 kB | 265/640 kB | 121 kB Progress (3): 358 kB | 269/640 kB | 121 kB Progress (3): 358 kB | 273/640 kB | 121 kB Progress (3): 358 kB | 277/640 kB | 121 kB Progress (3): 358 kB | 281/640 kB | 121 kB Progress (3): 358 kB | 285/640 kB | 121 kB Progress (3): 358 kB | 289/640 kB | 121 kB Progress (3): 358 kB | 294/640 kB | 121 kB Progress (3): 358 kB | 298/640 kB | 121 kB Progress (3): 358 kB | 302/640 kB | 121 kB Progress (3): 358 kB | 306/640 kB | 121 kB Progress (3): 358 kB | 310/640 kB | 121 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 914 kB/s) Progress (2): 358 kB | 314/640 kB Progress (2): 358 kB | 318/640 kB Progress (2): 358 kB | 322/640 kB Progress (2): 358 kB | 326/640 kB Progress (2): 358 kB | 330/640 kB Progress (2): 358 kB | 335/640 kB Progress (2): 358 kB | 339/640 kB Progress (2): 358 kB | 343/640 kB Progress (2): 358 kB | 347/640 kB Progress (2): 358 kB | 351/640 kB Progress (2): 358 kB | 355/640 kB Progress (2): 358 kB | 359/640 kB Progress (2): 358 kB | 363/640 kB Progress (2): 358 kB | 367/640 kB Progress (2): 358 kB | 371/640 kB Progress (2): 358 kB | 375/640 kB Progress (2): 358 kB | 380/640 kB Progress (2): 358 kB | 384/640 kB Progress (2): 358 kB | 388/640 kB Progress (2): 358 kB | 392/640 kB Progress (2): 358 kB | 396/640 kB Progress (2): 358 kB | 400/640 kB Progress (2): 358 kB | 404/640 kB Progress (2): 358 kB | 408/640 kB Progress (2): 358 kB | 412/640 kB Progress (2): 358 kB | 416/640 kB Progress (2): 358 kB | 421/640 kB Progress (2): 358 kB | 425/640 kB Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 2.6 MB/s) Progress (1): 429/640 kB Progress (1): 433/640 kB Progress (1): 437/640 kB Progress (1): 441/640 kB Progress (1): 445/640 kB Progress (1): 449/640 kB Progress (1): 453/640 kB Progress (1): 457/640 kB Progress (1): 462/640 kB Progress (1): 466/640 kB Progress (1): 470/640 kB Progress (1): 474/640 kB Progress (1): 478/640 kB Progress (1): 482/640 kB Progress (1): 486/640 kB Progress (1): 490/640 kB Progress (1): 494/640 kB Progress (1): 498/640 kB Progress (1): 502/640 kB Progress (1): 507/640 kB Progress (1): 511/640 kB Progress (1): 515/640 kB Progress (1): 519/640 kB Progress (1): 523/640 kB Progress (1): 527/640 kB Progress (1): 531/640 kB Progress (1): 535/640 kB Progress (1): 539/640 kB Progress (1): 543/640 kB Progress (1): 548/640 kB Progress (1): 552/640 kB Progress (1): 556/640 kB Progress (1): 560/640 kB Progress (1): 564/640 kB Progress (1): 568/640 kB Progress (1): 572/640 kB Progress (1): 576/640 kB Progress (1): 580/640 kB Progress (1): 584/640 kB Progress (1): 588/640 kB Progress (1): 593/640 kB Progress (1): 597/640 kB Progress (1): 601/640 kB Progress (1): 605/640 kB Progress (1): 609/640 kB Progress (1): 613/640 kB Progress (1): 617/640 kB Progress (1): 621/640 kB Progress (1): 625/640 kB Progress (1): 629/640 kB Progress (1): 634/640 kB Progress (1): 638/640 kB Progress (1): 640 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 4.1 MB/s) [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 1 source file to /work/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ simple-java-project --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /work/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ simple-java-project --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ simple-java-project --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 131 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 307 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 85 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 809 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 95 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 74 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 183 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 880 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 8.2/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 25/42 kB Progress (1): 29/42 kB Progress (1): 33/42 kB Progress (1): 37/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 632 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 185 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Progress (1): 4.1/9.3 kB Progress (1): 8.2/9.3 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 491 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom Progress (1): 4.1/23 kB Progress (1): 8.2/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 640 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Progress (1): 4.1/118 kB Progress (1): 8.2/118 kB Progress (1): 12/118 kB Progress (1): 16/118 kB Progress (1): 20/118 kB Progress (1): 25/118 kB Progress (1): 29/118 kB Progress (1): 33/118 kB Progress (1): 37/118 kB Progress (1): 41/118 kB Progress (1): 45/118 kB Progress (1): 49/118 kB Progress (1): 53/118 kB Progress (1): 57/118 kB Progress (1): 61/118 kB Progress (1): 66/118 kB Progress (1): 70/118 kB Progress (2): 70/118 kB | 4.1/35 kB Progress (2): 74/118 kB | 4.1/35 kB Progress (2): 74/118 kB | 8.2/35 kB Progress (2): 78/118 kB | 8.2/35 kB Progress (3): 78/118 kB | 8.2/35 kB | 4.1/316 kB Progress (3): 78/118 kB | 12/35 kB | 4.1/316 kB Progress (4): 78/118 kB | 12/35 kB | 4.1/316 kB | 4.1/31 kB Progress (4): 82/118 kB | 12/35 kB | 4.1/316 kB | 4.1/31 kB Progress (5): 82/118 kB | 12/35 kB | 4.1/316 kB | 4.1/31 kB | 4.1/263 kB Progress (5): 82/118 kB | 12/35 kB | 4.1/316 kB | 8.2/31 kB | 4.1/263 kB Progress (5): 82/118 kB | 12/35 kB | 8.2/316 kB | 8.2/31 kB | 4.1/263 kB Progress (5): 82/118 kB | 16/35 kB | 8.2/316 kB | 8.2/31 kB | 4.1/263 kB Progress (5): 82/118 kB | 16/35 kB | 12/316 kB | 8.2/31 kB | 4.1/263 kB Progress (5): 82/118 kB | 16/35 kB | 12/316 kB | 12/31 kB | 4.1/263 kB Progress (5): 82/118 kB | 16/35 kB | 12/316 kB | 12/31 kB | 8.2/263 kB Progress (5): 86/118 kB | 16/35 kB | 12/316 kB | 12/31 kB | 8.2/263 kB Progress (5): 86/118 kB | 16/35 kB | 12/316 kB | 12/31 kB | 12/263 kB Progress (5): 86/118 kB | 16/35 kB | 12/316 kB | 16/31 kB | 12/263 kB Progress (5): 86/118 kB | 20/35 kB | 12/316 kB | 16/31 kB | 12/263 kB Progress (5): 86/118 kB | 20/35 kB | 16/316 kB | 16/31 kB | 12/263 kB Progress (5): 86/118 kB | 20/35 kB | 16/316 kB | 20/31 kB | 12/263 kB Progress (5): 86/118 kB | 25/35 kB | 16/316 kB | 20/31 kB | 12/263 kB Progress (5): 86/118 kB | 25/35 kB | 16/316 kB | 20/31 kB | 16/263 kB Progress (5): 90/118 kB | 25/35 kB | 16/316 kB | 20/31 kB | 16/263 kB Progress (5): 90/118 kB | 25/35 kB | 20/316 kB | 20/31 kB | 16/263 kB Progress (5): 90/118 kB | 29/35 kB | 20/316 kB | 20/31 kB | 16/263 kB Progress (5): 90/118 kB | 29/35 kB | 20/316 kB | 25/31 kB | 16/263 kB Progress (5): 90/118 kB | 33/35 kB | 20/316 kB | 25/31 kB | 16/263 kB Progress (5): 90/118 kB | 33/35 kB | 25/316 kB | 25/31 kB | 16/263 kB Progress (5): 90/118 kB | 33/35 kB | 25/316 kB | 25/31 kB | 20/263 kB Progress (5): 94/118 kB | 33/35 kB | 25/316 kB | 25/31 kB | 20/263 kB Progress (5): 94/118 kB | 33/35 kB | 25/316 kB | 25/31 kB | 25/263 kB Progress (5): 94/118 kB | 33/35 kB | 29/316 kB | 25/31 kB | 25/263 kB Progress (5): 94/118 kB | 35 kB | 29/316 kB | 25/31 kB | 25/263 kB Progress (5): 94/118 kB | 35 kB | 29/316 kB | 29/31 kB | 25/263 kB Progress (5): 94/118 kB | 35 kB | 33/316 kB | 29/31 kB | 25/263 kB Progress (5): 94/118 kB | 35 kB | 33/316 kB | 29/31 kB | 29/263 kB Progress (5): 98/118 kB | 35 kB | 33/316 kB | 29/31 kB | 29/263 kB Progress (5): 98/118 kB | 35 kB | 37/316 kB | 29/31 kB | 29/263 kB Progress (5): 98/118 kB | 35 kB | 37/316 kB | 29/31 kB | 33/263 kB Progress (5): 102/118 kB | 35 kB | 37/316 kB | 29/31 kB | 33/263 kB Progress (5): 102/118 kB | 35 kB | 37/316 kB | 31 kB | 33/263 kB Progress (5): 102/118 kB | 35 kB | 37/316 kB | 31 kB | 37/263 kB Progress (5): 106/118 kB | 35 kB | 37/316 kB | 31 kB | 37/263 kB Progress (5): 106/118 kB | 35 kB | 41/316 kB | 31 kB | 37/263 kB Progress (5): 111/118 kB | 35 kB | 41/316 kB | 31 kB | 37/263 kB Progress (5): 111/118 kB | 35 kB | 41/316 kB | 31 kB | 41/263 kB Progress (5): 115/118 kB | 35 kB | 41/316 kB | 31 kB | 41/263 kB Progress (5): 115/118 kB | 35 kB | 45/316 kB | 31 kB | 41/263 kB Progress (5): 118 kB | 35 kB | 45/316 kB | 31 kB | 41/263 kB Progress (5): 118 kB | 35 kB | 45/316 kB | 31 kB | 45/263 kB Progress (5): 118 kB | 35 kB | 49/316 kB | 31 kB | 45/263 kB Progress (5): 118 kB | 35 kB | 49/316 kB | 31 kB | 49/263 kB Progress (5): 118 kB | 35 kB | 53/316 kB | 31 kB | 49/263 kB Progress (5): 118 kB | 35 kB | 53/316 kB | 31 kB | 53/263 kB Progress (5): 118 kB | 35 kB | 57/316 kB | 31 kB | 53/263 kB Progress (5): 118 kB | 35 kB | 57/316 kB | 31 kB | 57/263 kB Progress (5): 118 kB | 35 kB | 61/316 kB | 31 kB | 57/263 kB Progress (5): 118 kB | 35 kB | 61/316 kB | 31 kB | 61/263 kB Progress (5): 118 kB | 35 kB | 66/316 kB | 31 kB | 61/263 kB Progress (5): 118 kB | 35 kB | 66/316 kB | 31 kB | 65/263 kB Progress (5): 118 kB | 35 kB | 70/316 kB | 31 kB | 65/263 kB Progress (5): 118 kB | 35 kB | 74/316 kB | 31 kB | 65/263 kB Progress (5): 118 kB | 35 kB | 74/316 kB | 31 kB | 69/263 kB Progress (5): 118 kB | 35 kB | 78/316 kB | 31 kB | 69/263 kB Progress (5): 118 kB | 35 kB | 78/316 kB | 31 kB | 73/263 kB Progress (5): 118 kB | 35 kB | 82/316 kB | 31 kB | 73/263 kB Progress (5): 118 kB | 35 kB | 82/316 kB | 31 kB | 77/263 kB Progress (5): 118 kB | 35 kB | 82/316 kB | 31 kB | 81/263 kB Progress (5): 118 kB | 35 kB | 86/316 kB | 31 kB | 81/263 kB Progress (5): 118 kB | 35 kB | 90/316 kB | 31 kB | 81/263 kB Progress (5): 118 kB | 35 kB | 90/316 kB | 31 kB | 86/263 kB Progress (5): 118 kB | 35 kB | 94/316 kB | 31 kB | 86/263 kB Progress (5): 118 kB | 35 kB | 94/316 kB | 31 kB | 90/263 kB Progress (5): 118 kB | 35 kB | 98/316 kB | 31 kB | 90/263 kB Progress (5): 118 kB | 35 kB | 98/316 kB | 31 kB | 94/263 kB Progress (5): 118 kB | 35 kB | 98/316 kB | 31 kB | 98/263 kB Progress (5): 118 kB | 35 kB | 102/316 kB | 31 kB | 98/263 kB Progress (5): 118 kB | 35 kB | 106/316 kB | 31 kB | 98/263 kB Progress (5): 118 kB | 35 kB | 106/316 kB | 31 kB | 102/263 kB Progress (5): 118 kB | 35 kB | 111/316 kB | 31 kB | 102/263 kB Progress (5): 118 kB | 35 kB | 111/316 kB | 31 kB | 106/263 kB Progress (5): 118 kB | 35 kB | 115/316 kB | 31 kB | 106/263 kB Progress (5): 118 kB | 35 kB | 115/316 kB | 31 kB | 110/263 kB Progress (5): 118 kB | 35 kB | 119/316 kB | 31 kB | 110/263 kB Progress (5): 118 kB | 35 kB | 119/316 kB | 31 kB | 114/263 kB Progress (5): 118 kB | 35 kB | 123/316 kB | 31 kB | 114/263 kB Progress (5): 118 kB | 35 kB | 127/316 kB | 31 kB | 114/263 kB Progress (5): 118 kB | 35 kB | 127/316 kB | 31 kB | 118/263 kB Progress (5): 118 kB | 35 kB | 131/316 kB | 31 kB | 118/263 kB Progress (5): 118 kB | 35 kB | 131/316 kB | 31 kB | 122/263 kB Progress (5): 118 kB | 35 kB | 131/316 kB | 31 kB | 126/263 kB Progress (5): 118 kB | 35 kB | 135/316 kB | 31 kB | 126/263 kB Progress (5): 118 kB | 35 kB | 135/316 kB | 31 kB | 131/263 kB Progress (5): 118 kB | 35 kB | 139/316 kB | 31 kB | 131/263 kB Progress (5): 118 kB | 35 kB | 139/316 kB | 31 kB | 135/263 kB Progress (5): 118 kB | 35 kB | 143/316 kB | 31 kB | 135/263 kB Progress (5): 118 kB | 35 kB | 143/316 kB | 31 kB | 139/263 kB Progress (5): 118 kB | 35 kB | 147/316 kB | 31 kB | 139/263 kB Progress (5): 118 kB | 35 kB | 147/316 kB | 31 kB | 143/263 kB Progress (5): 118 kB | 35 kB | 147/316 kB | 31 kB | 147/263 kB Progress (5): 118 kB | 35 kB | 152/316 kB | 31 kB | 147/263 kB Progress (5): 118 kB | 35 kB | 152/316 kB | 31 kB | 151/263 kB Progress (5): 118 kB | 35 kB | 156/316 kB | 31 kB | 151/263 kB Progress (5): 118 kB | 35 kB | 156/316 kB | 31 kB | 155/263 kB Progress (5): 118 kB | 35 kB | 160/316 kB | 31 kB | 155/263 kB Progress (5): 118 kB | 35 kB | 160/316 kB | 31 kB | 159/263 kB Progress (5): 118 kB | 35 kB | 164/316 kB | 31 kB | 159/263 kB Progress (5): 118 kB | 35 kB | 164/316 kB | 31 kB | 163/263 kB Progress (5): 118 kB | 35 kB | 168/316 kB | 31 kB | 163/263 kB Progress (5): 118 kB | 35 kB | 168/316 kB | 31 kB | 167/263 kB Progress (5): 118 kB | 35 kB | 172/316 kB | 31 kB | 167/263 kB Progress (5): 118 kB | 35 kB | 172/316 kB | 31 kB | 172/263 kB Progress (5): 118 kB | 35 kB | 176/316 kB | 31 kB | 172/263 kB Progress (5): 118 kB | 35 kB | 176/316 kB | 31 kB | 176/263 kB Progress (5): 118 kB | 35 kB | 176/316 kB | 31 kB | 180/263 kB Progress (5): 118 kB | 35 kB | 180/316 kB | 31 kB | 180/263 kB Progress (5): 118 kB | 35 kB | 180/316 kB | 31 kB | 184/263 kB Progress (5): 118 kB | 35 kB | 180/316 kB | 31 kB | 188/263 kB Progress (5): 118 kB | 35 kB | 180/316 kB | 31 kB | 192/263 kB Progress (5): 118 kB | 35 kB | 184/316 kB | 31 kB | 192/263 kB Progress (5): 118 kB | 35 kB | 184/316 kB | 31 kB | 196/263 kB Progress (5): 118 kB | 35 kB | 188/316 kB | 31 kB | 196/263 kB Progress (5): 118 kB | 35 kB | 188/316 kB | 31 kB | 200/263 kB Progress (5): 118 kB | 35 kB | 193/316 kB | 31 kB | 200/263 kB Progress (5): 118 kB | 35 kB | 193/316 kB | 31 kB | 204/263 kB Progress (5): 118 kB | 35 kB | 197/316 kB | 31 kB | 204/263 kB Progress (5): 118 kB | 35 kB | 197/316 kB | 31 kB | 208/263 kB Progress (5): 118 kB | 35 kB | 197/316 kB | 31 kB | 213/263 kB Progress (5): 118 kB | 35 kB | 201/316 kB | 31 kB | 213/263 kB Progress (5): 118 kB | 35 kB | 201/316 kB | 31 kB | 217/263 kB Progress (5): 118 kB | 35 kB | 205/316 kB | 31 kB | 217/263 kB Progress (5): 118 kB | 35 kB | 205/316 kB | 31 kB | 221/263 kB Progress (5): 118 kB | 35 kB | 209/316 kB | 31 kB | 221/263 kB Progress (5): 118 kB | 35 kB | 209/316 kB | 31 kB | 225/263 kB Progress (5): 118 kB | 35 kB | 213/316 kB | 31 kB | 225/263 kB Progress (5): 118 kB | 35 kB | 213/316 kB | 31 kB | 229/263 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 5.6 MB/s) Progress (4): 35 kB | 213/316 kB | 31 kB | 233/263 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 1.5 MB/s) Progress (3): 213/316 kB | 31 kB | 237/263 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Progress (3): 217/316 kB | 31 kB | 237/263 kB Progress (3): 217/316 kB | 31 kB | 241/263 kB Progress (3): 221/316 kB | 31 kB | 241/263 kB Progress (3): 221/316 kB | 31 kB | 245/263 kB Progress (3): 225/316 kB | 31 kB | 245/263 kB Progress (3): 229/316 kB | 31 kB | 245/263 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 1.4 MB/s) Progress (2): 229/316 kB | 249/263 kB Progress (2): 233/316 kB | 249/263 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Progress (2): 238/316 kB | 249/263 kB Progress (2): 238/316 kB | 253/263 kB Progress (2): 242/316 kB | 253/263 kB Progress (2): 242/316 kB | 258/263 kB Progress (2): 246/316 kB | 258/263 kB Progress (2): 246/316 kB | 262/263 kB Progress (2): 246/316 kB | 263 kB Progress (2): 250/316 kB | 263 kB Progress (2): 254/316 kB | 263 kB Progress (2): 258/316 kB | 263 kB Progress (2): 262/316 kB | 263 kB Progress (2): 266/316 kB | 263 kB Progress (2): 270/316 kB | 263 kB Progress (2): 274/316 kB | 263 kB Progress (2): 279/316 kB | 263 kB Progress (2): 283/316 kB | 263 kB Progress (2): 287/316 kB | 263 kB Progress (2): 291/316 kB | 263 kB Progress (2): 295/316 kB | 263 kB Progress (2): 299/316 kB | 263 kB Progress (2): 303/316 kB | 263 kB Progress (2): 307/316 kB | 263 kB Progress (2): 311/316 kB | 263 kB Progress (2): 315/316 kB | 263 kB Progress (2): 316 kB | 263 kB Progress (3): 316 kB | 263 kB | 4.1/10 kB Progress (3): 316 kB | 263 kB | 8.2/10 kB Progress (3): 316 kB | 263 kB | 10 kB Progress (4): 316 kB | 263 kB | 10 kB | 4.1/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 8.2/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 12/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 16/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 20/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 25/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 29/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 33/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 37/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 41/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 45/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 49/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 53/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 57/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 61/232 kB Progress (4): 316 kB | 263 kB | 10 kB | 66/232 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 8.0 MB/s) Progress (3): 316 kB | 10 kB | 70/232 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Progress (3): 316 kB | 10 kB | 74/232 kB Progress (3): 316 kB | 10 kB | 78/232 kB Progress (3): 316 kB | 10 kB | 82/232 kB Progress (3): 316 kB | 10 kB | 86/232 kB Progress (3): 316 kB | 10 kB | 90/232 kB Progress (3): 316 kB | 10 kB | 94/232 kB Progress (3): 316 kB | 10 kB | 98/232 kB Progress (3): 316 kB | 10 kB | 102/232 kB Progress (3): 316 kB | 10 kB | 106/232 kB Progress (3): 316 kB | 10 kB | 111/232 kB Progress (3): 316 kB | 10 kB | 115/232 kB Progress (3): 316 kB | 10 kB | 119/232 kB Progress (3): 316 kB | 10 kB | 123/232 kB Progress (3): 316 kB | 10 kB | 127/232 kB Progress (3): 316 kB | 10 kB | 131/232 kB Progress (3): 316 kB | 10 kB | 135/232 kB Progress (3): 316 kB | 10 kB | 139/232 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 9.0 MB/s) Progress (2): 10 kB | 143/232 kB Progress (2): 10 kB | 147/232 kB Progress (2): 10 kB | 152/232 kB Progress (2): 10 kB | 156/232 kB Progress (2): 10 kB | 160/232 kB Progress (2): 10 kB | 164/232 kB Progress (2): 10 kB | 168/232 kB Progress (2): 10 kB | 172/232 kB Progress (2): 10 kB | 176/232 kB Progress (2): 10 kB | 180/232 kB Progress (2): 10 kB | 184/232 kB Progress (2): 10 kB | 188/232 kB Progress (2): 10 kB | 193/232 kB Progress (2): 10 kB | 197/232 kB Progress (2): 10 kB | 201/232 kB Progress (2): 10 kB | 205/232 kB Progress (2): 10 kB | 209/232 kB Progress (2): 10 kB | 213/232 kB Progress (3): 10 kB | 213/232 kB | 4.1/38 kB Progress (3): 10 kB | 213/232 kB | 8.2/38 kB Progress (3): 10 kB | 217/232 kB | 8.2/38 kB Progress (3): 10 kB | 217/232 kB | 12/38 kB Progress (3): 10 kB | 221/232 kB | 12/38 kB Progress (3): 10 kB | 221/232 kB | 16/38 kB Progress (3): 10 kB | 225/232 kB | 16/38 kB Progress (3): 10 kB | 229/232 kB | 16/38 kB Progress (3): 10 kB | 229/232 kB | 20/38 kB Progress (3): 10 kB | 232 kB | 20/38 kB Progress (3): 10 kB | 232 kB | 25/38 kB Progress (3): 10 kB | 232 kB | 29/38 kB Progress (3): 10 kB | 232 kB | 33/38 kB Progress (3): 10 kB | 232 kB | 37/38 kB Progress (3): 10 kB | 232 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 247 kB/s) Progress (3): 232 kB | 38 kB | 4.1/14 kB Progress (3): 232 kB | 38 kB | 8.2/14 kB Progress (3): 232 kB | 38 kB | 12/14 kB Progress (3): 232 kB | 38 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 745 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 4.5 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 270 kB/s) [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ simple-java-project --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 224 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 245 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom Progress (1): 4.1/45 kB Progress (1): 8.2/45 kB Progress (1): 12/45 kB Progress (1): 16/45 kB Progress (1): 20/45 kB Progress (1): 25/45 kB Progress (1): 29/45 kB Progress (1): 33/45 kB Progress (1): 37/45 kB Progress (1): 41/45 kB Progress (1): 45/45 kB Progress (1): 45 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 2.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 144 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 742 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 273 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Progress (1): 4.1/23 kB Progress (1): 8.2/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 986 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom Progress (1): 4.1/79 kB Progress (1): 8.2/79 kB Progress (1): 12/79 kB Progress (1): 16/79 kB Progress (1): 20/79 kB Progress (1): 25/79 kB Progress (1): 29/79 kB Progress (1): 33/79 kB Progress (1): 37/79 kB Progress (1): 41/79 kB Progress (1): 45/79 kB Progress (1): 49/79 kB Progress (1): 53/79 kB Progress (1): 57/79 kB Progress (1): 61/79 kB Progress (1): 66/79 kB Progress (1): 70/79 kB Progress (1): 74/79 kB Progress (1): 78/79 kB Progress (1): 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 3.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 255 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 206 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 273 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 330 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 765 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 108 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 148 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom Progress (1): 4.1/8.2 kB Progress (1): 8.2/8.2 kB Progress (1): 8.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 432 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar Progress (1): 4.1/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41/41 kB Progress (1): 41 kB Progress (2): 41 kB | 4.1/327 kB Progress (3): 41 kB | 4.1/327 kB | 4.1/26 kB Progress (3): 41 kB | 8.2/327 kB | 4.1/26 kB Progress (3): 41 kB | 8.2/327 kB | 8.2/26 kB Progress (4): 41 kB | 8.2/327 kB | 8.2/26 kB | 4.1/36 kB Progress (5): 41 kB | 8.2/327 kB | 8.2/26 kB | 4.1/36 kB | 4.1/79 kB Progress (5): 41 kB | 12/327 kB | 8.2/26 kB | 4.1/36 kB | 4.1/79 kB Progress (5): 41 kB | 12/327 kB | 8.2/26 kB | 4.1/36 kB | 8.2/79 kB Progress (5): 41 kB | 12/327 kB | 8.2/26 kB | 8.2/36 kB | 8.2/79 kB Progress (5): 41 kB | 12/327 kB | 12/26 kB | 8.2/36 kB | 8.2/79 kB Progress (5): 41 kB | 12/327 kB | 12/26 kB | 12/36 kB | 8.2/79 kB Progress (5): 41 kB | 12/327 kB | 12/26 kB | 12/36 kB | 12/79 kB Progress (5): 41 kB | 16/327 kB | 12/26 kB | 12/36 kB | 12/79 kB Progress (5): 41 kB | 16/327 kB | 12/26 kB | 12/36 kB | 16/79 kB Progress (5): 41 kB | 16/327 kB | 12/26 kB | 16/36 kB | 16/79 kB Progress (5): 41 kB | 16/327 kB | 16/26 kB | 16/36 kB | 16/79 kB Progress (5): 41 kB | 16/327 kB | 16/26 kB | 16/36 kB | 20/79 kB Progress (5): 41 kB | 16/327 kB | 16/26 kB | 16/36 kB | 24/79 kB Progress (5): 41 kB | 20/327 kB | 16/26 kB | 16/36 kB | 24/79 kB Progress (5): 41 kB | 20/327 kB | 16/26 kB | 16/36 kB | 28/79 kB Progress (5): 41 kB | 20/327 kB | 20/26 kB | 16/36 kB | 28/79 kB Progress (5): 41 kB | 20/327 kB | 20/26 kB | 20/36 kB | 28/79 kB Progress (5): 41 kB | 20/327 kB | 25/26 kB | 20/36 kB | 28/79 kB Progress (5): 41 kB | 20/327 kB | 25/26 kB | 20/36 kB | 32/79 kB Progress (5): 41 kB | 25/327 kB | 25/26 kB | 20/36 kB | 32/79 kB Progress (5): 41 kB | 25/327 kB | 26 kB | 20/36 kB | 32/79 kB Progress (5): 41 kB | 25/327 kB | 26 kB | 25/36 kB | 32/79 kB Progress (5): 41 kB | 29/327 kB | 26 kB | 25/36 kB | 32/79 kB Progress (5): 41 kB | 29/327 kB | 26 kB | 25/36 kB | 36/79 kB Progress (5): 41 kB | 33/327 kB | 26 kB | 25/36 kB | 36/79 kB Progress (5): 41 kB | 33/327 kB | 26 kB | 29/36 kB | 36/79 kB Progress (5): 41 kB | 33/327 kB | 26 kB | 29/36 kB | 40/79 kB Progress (5): 41 kB | 37/327 kB | 26 kB | 29/36 kB | 40/79 kB Progress (5): 41 kB | 37/327 kB | 26 kB | 33/36 kB | 40/79 kB Progress (5): 41 kB | 41/327 kB | 26 kB | 33/36 kB | 40/79 kB Progress (5): 41 kB | 41/327 kB | 26 kB | 33/36 kB | 44/79 kB Progress (5): 41 kB | 45/327 kB | 26 kB | 33/36 kB | 44/79 kB Progress (5): 41 kB | 45/327 kB | 26 kB | 36 kB | 44/79 kB Progress (5): 41 kB | 49/327 kB | 26 kB | 36 kB | 44/79 kB Progress (5): 41 kB | 49/327 kB | 26 kB | 36 kB | 49/79 kB Progress (5): 41 kB | 53/327 kB | 26 kB | 36 kB | 49/79 kB Progress (5): 41 kB | 53/327 kB | 26 kB | 36 kB | 53/79 kB Progress (5): 41 kB | 57/327 kB | 26 kB | 36 kB | 53/79 kB Progress (5): 41 kB | 57/327 kB | 26 kB | 36 kB | 57/79 kB Progress (5): 41 kB | 61/327 kB | 26 kB | 36 kB | 57/79 kB Progress (5): 41 kB | 61/327 kB | 26 kB | 36 kB | 61/79 kB Progress (5): 41 kB | 61/327 kB | 26 kB | 36 kB | 65/79 kB Progress (5): 41 kB | 66/327 kB | 26 kB | 36 kB | 65/79 kB Progress (5): 41 kB | 66/327 kB | 26 kB | 36 kB | 69/79 kB Progress (5): 41 kB | 70/327 kB | 26 kB | 36 kB | 69/79 kB Progress (5): 41 kB | 70/327 kB | 26 kB | 36 kB | 73/79 kB Progress (5): 41 kB | 74/327 kB | 26 kB | 36 kB | 73/79 kB Progress (5): 41 kB | 74/327 kB | 26 kB | 36 kB | 77/79 kB Progress (5): 41 kB | 78/327 kB | 26 kB | 36 kB | 77/79 kB Progress (5): 41 kB | 78/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 82/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 86/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 90/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 94/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 98/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 102/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 106/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 111/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 115/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 119/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 123/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 127/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 131/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 135/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 139/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 143/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 147/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 152/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 156/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 160/327 kB | 26 kB | 36 kB | 79 kB Progress (5): 41 kB | 164/327 kB | 26 kB | 36 kB | 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 2.6 MB/s) Progress (4): 168/327 kB | 26 kB | 36 kB | 79 kB Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar Progress (4): 172/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 176/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 180/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 184/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 188/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 193/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 197/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 201/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 205/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 209/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 213/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 217/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 221/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 225/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 229/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 233/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 238/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 242/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 246/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 250/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 254/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 258/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 262/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 266/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 270/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 274/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 279/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 283/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 287/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 291/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 295/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 299/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 303/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 307/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 311/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 315/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 319/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 324/327 kB | 26 kB | 36 kB | 79 kB Progress (4): 327 kB | 26 kB | 36 kB | 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 1.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 3.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (2): 327 kB | 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 11 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar Progress (2): 2.5 kB | 0/1.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 83 kB/s) Progress (1): 0/1.0 MB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar Progress (1): 0/1.0 MB Progress (2): 0/1.0 MB | 4.1/211 kB Progress (2): 0/1.0 MB | 4.1/211 kB Progress (2): 0/1.0 MB | 8.2/211 kB Progress (2): 0/1.0 MB | 8.2/211 kB Progress (2): 0/1.0 MB | 12/211 kB Progress (2): 0/1.0 MB | 12/211 kB Progress (3): 0/1.0 MB | 12/211 kB | 4.1/58 kB Progress (3): 0/1.0 MB | 16/211 kB | 4.1/58 kB Progress (3): 0/1.0 MB | 16/211 kB | 8.2/58 kB Progress (3): 0.1/1.0 MB | 16/211 kB | 8.2/58 kB Progress (3): 0.1/1.0 MB | 20/211 kB | 8.2/58 kB Progress (3): 0.1/1.0 MB | 20/211 kB | 12/58 kB Progress (3): 0.1/1.0 MB | 25/211 kB | 12/58 kB Progress (3): 0.1/1.0 MB | 25/211 kB | 12/58 kB Progress (3): 0.1/1.0 MB | 29/211 kB | 12/58 kB Progress (3): 0.1/1.0 MB | 29/211 kB | 16/58 kB Progress (3): 0.1/1.0 MB | 29/211 kB | 16/58 kB Progress (3): 0.1/1.0 MB | 33/211 kB | 16/58 kB Progress (3): 0.1/1.0 MB | 33/211 kB | 16/58 kB Progress (3): 0.1/1.0 MB | 37/211 kB | 16/58 kB Progress (3): 0.1/1.0 MB | 37/211 kB | 20/58 kB Progress (3): 0.1/1.0 MB | 37/211 kB | 20/58 kB Progress (3): 0.1/1.0 MB | 41/211 kB | 20/58 kB Progress (3): 0.1/1.0 MB | 41/211 kB | 20/58 kB Progress (3): 0.1/1.0 MB | 41/211 kB | 25/58 kB Progress (3): 0.1/1.0 MB | 45/211 kB | 25/58 kB Progress (3): 0.1/1.0 MB | 45/211 kB | 25/58 kB Progress (3): 0.1/1.0 MB | 45/211 kB | 29/58 kB Progress (3): 0.1/1.0 MB | 45/211 kB | 29/58 kB Progress (3): 0.1/1.0 MB | 49/211 kB | 29/58 kB Progress (3): 0.1/1.0 MB | 49/211 kB | 33/58 kB Progress (3): 0.1/1.0 MB | 49/211 kB | 33/58 kB Progress (3): 0.1/1.0 MB | 53/211 kB | 33/58 kB Progress (3): 0.1/1.0 MB | 53/211 kB | 33/58 kB Progress (3): 0.1/1.0 MB | 53/211 kB | 37/58 kB Progress (3): 0.1/1.0 MB | 57/211 kB | 37/58 kB Progress (3): 0.1/1.0 MB | 57/211 kB | 37/58 kB Progress (3): 0.1/1.0 MB | 57/211 kB | 41/58 kB Progress (3): 0.1/1.0 MB | 57/211 kB | 41/58 kB Progress (3): 0.1/1.0 MB | 61/211 kB | 41/58 kB Progress (3): 0.1/1.0 MB | 61/211 kB | 45/58 kB Progress (3): 0.2/1.0 MB | 61/211 kB | 45/58 kB Progress (3): 0.2/1.0 MB | 66/211 kB | 45/58 kB Progress (3): 0.2/1.0 MB | 66/211 kB | 45/58 kB Progress (3): 0.2/1.0 MB | 66/211 kB | 49/58 kB Progress (3): 0.2/1.0 MB | 70/211 kB | 49/58 kB Progress (3): 0.2/1.0 MB | 70/211 kB | 49/58 kB Progress (3): 0.2/1.0 MB | 74/211 kB | 49/58 kB Progress (3): 0.2/1.0 MB | 74/211 kB | 53/58 kB Progress (3): 0.2/1.0 MB | 78/211 kB | 53/58 kB Progress (3): 0.2/1.0 MB | 78/211 kB | 53/58 kB Progress (3): 0.2/1.0 MB | 82/211 kB | 53/58 kB Progress (3): 0.2/1.0 MB | 82/211 kB | 57/58 kB Progress (3): 0.2/1.0 MB | 82/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 86/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 86/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 90/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 90/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 94/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 98/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 98/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 98/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 102/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 106/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 106/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 111/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 111/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 115/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 115/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 115/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 119/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 123/211 kB | 58 kB Progress (3): 0.2/1.0 MB | 127/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 127/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 131/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 131/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 135/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 139/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 139/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 143/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 143/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 147/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 147/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 152/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 152/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 156/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 160/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 160/211 kB | 58 kB Progress (3): 0.3/1.0 MB | 164/211 kB | 58 kB Progress (4): 0.3/1.0 MB | 164/211 kB | 58 kB | 4.1/116 kB Progress (4): 0.3/1.0 MB | 164/211 kB | 58 kB | 4.1/116 kB Progress (4): 0.3/1.0 MB | 164/211 kB | 58 kB | 8.2/116 kB Progress (4): 0.3/1.0 MB | 168/211 kB | 58 kB | 8.2/116 kB Progress (4): 0.3/1.0 MB | 168/211 kB | 58 kB | 8.2/116 kB Progress (4): 0.3/1.0 MB | 168/211 kB | 58 kB | 12/116 kB Progress (4): 0.3/1.0 MB | 168/211 kB | 58 kB | 12/116 kB Progress (4): 0.3/1.0 MB | 172/211 kB | 58 kB | 12/116 kB Progress (4): 0.3/1.0 MB | 172/211 kB | 58 kB | 16/116 kB Progress (4): 0.3/1.0 MB | 172/211 kB | 58 kB | 16/116 kB Progress (4): 0.3/1.0 MB | 176/211 kB | 58 kB | 16/116 kB Progress (4): 0.3/1.0 MB | 176/211 kB | 58 kB | 20/116 kB Progress (4): 0.3/1.0 MB | 176/211 kB | 58 kB | 20/116 kB Progress (5): 0.3/1.0 MB | 176/211 kB | 58 kB | 20/116 kB | 4.1/85 kB Progress (5): 0.3/1.0 MB | 176/211 kB | 58 kB | 25/116 kB | 4.1/85 kB Progress (5): 0.3/1.0 MB | 180/211 kB | 58 kB | 25/116 kB | 4.1/85 kB Progress (5): 0.3/1.0 MB | 180/211 kB | 58 kB | 29/116 kB | 4.1/85 kB Progress (5): 0.3/1.0 MB | 180/211 kB | 58 kB | 29/116 kB | 8.2/85 kB Progress (5): 0.3/1.0 MB | 184/211 kB | 58 kB | 29/116 kB | 8.2/85 kB Progress (5): 0.3/1.0 MB | 184/211 kB | 58 kB | 33/116 kB | 8.2/85 kB Progress (5): 0.3/1.0 MB | 188/211 kB | 58 kB | 33/116 kB | 8.2/85 kB Progress (5): 0.3/1.0 MB | 188/211 kB | 58 kB | 33/116 kB | 12/85 kB Progress (5): 0.3/1.0 MB | 188/211 kB | 58 kB | 37/116 kB | 12/85 kB Progress (5): 0.3/1.0 MB | 193/211 kB | 58 kB | 37/116 kB | 12/85 kB Progress (5): 0.3/1.0 MB | 193/211 kB | 58 kB | 41/116 kB | 12/85 kB Progress (5): 0.4/1.0 MB | 193/211 kB | 58 kB | 41/116 kB | 12/85 kB Progress (5): 0.4/1.0 MB | 193/211 kB | 58 kB | 41/116 kB | 16/85 kB Progress (5): 0.4/1.0 MB | 193/211 kB | 58 kB | 41/116 kB | 16/85 kB Progress (5): 0.4/1.0 MB | 193/211 kB | 58 kB | 45/116 kB | 16/85 kB Progress (5): 0.4/1.0 MB | 197/211 kB | 58 kB | 45/116 kB | 16/85 kB Progress (5): 0.4/1.0 MB | 197/211 kB | 58 kB | 45/116 kB | 16/85 kB Progress (5): 0.4/1.0 MB | 197/211 kB | 58 kB | 49/116 kB | 16/85 kB Progress (5): 0.4/1.0 MB | 197/211 kB | 58 kB | 49/116 kB | 20/85 kB Progress (5): 0.4/1.0 MB | 197/211 kB | 58 kB | 49/116 kB | 20/85 kB Progress (5): 0.4/1.0 MB | 201/211 kB | 58 kB | 49/116 kB | 20/85 kB Progress (5): 0.4/1.0 MB | 201/211 kB | 58 kB | 53/116 kB | 20/85 kB Progress (5): 0.4/1.0 MB | 201/211 kB | 58 kB | 53/116 kB | 25/85 kB Progress (5): 0.4/1.0 MB | 201/211 kB | 58 kB | 57/116 kB | 25/85 kB Progress (5): 0.4/1.0 MB | 205/211 kB | 58 kB | 57/116 kB | 25/85 kB Progress (5): 0.4/1.0 MB | 205/211 kB | 58 kB | 61/116 kB | 25/85 kB Progress (5): 0.4/1.0 MB | 205/211 kB | 58 kB | 61/116 kB | 25/85 kB Progress (5): 0.4/1.0 MB | 205/211 kB | 58 kB | 61/116 kB | 29/85 kB Progress (5): 0.4/1.0 MB | 205/211 kB | 58 kB | 61/116 kB | 29/85 kB Progress (5): 0.4/1.0 MB | 205/211 kB | 58 kB | 66/116 kB | 29/85 kB Progress (5): 0.4/1.0 MB | 209/211 kB | 58 kB | 66/116 kB | 29/85 kB Progress (5): 0.4/1.0 MB | 209/211 kB | 58 kB | 66/116 kB | 29/85 kB Progress (5): 0.4/1.0 MB | 209/211 kB | 58 kB | 66/116 kB | 33/85 kB Progress (5): 0.4/1.0 MB | 209/211 kB | 58 kB | 66/116 kB | 33/85 kB Progress (5): 0.4/1.0 MB | 209/211 kB | 58 kB | 70/116 kB | 33/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 70/116 kB | 33/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 70/116 kB | 33/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 74/116 kB | 33/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 74/116 kB | 37/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 78/116 kB | 37/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 78/116 kB | 37/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 82/116 kB | 37/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 82/116 kB | 41/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 82/116 kB | 41/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 86/116 kB | 41/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 86/116 kB | 45/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 90/116 kB | 45/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 90/116 kB | 45/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 94/116 kB | 45/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 94/116 kB | 49/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 98/116 kB | 49/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 98/116 kB | 53/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 98/116 kB | 57/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 102/116 kB | 57/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 102/116 kB | 61/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 106/116 kB | 61/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 106/116 kB | 66/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 111/116 kB | 66/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 115/116 kB | 66/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 115/116 kB | 70/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 116 kB | 70/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 116 kB | 74/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 116 kB | 78/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 116 kB | 82/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 116 kB | 82/85 kB Progress (5): 0.4/1.0 MB | 211 kB | 58 kB | 116 kB | 85 kB Progress (5): 0.5/1.0 MB | 211 kB | 58 kB | 116 kB | 85 kB Progress (5): 0.5/1.0 MB | 211 kB | 58 kB | 116 kB | 85 kB Progress (5): 0.5/1.0 MB | 211 kB | 58 kB | 116 kB | 85 kB Progress (5): 0.5/1.0 MB | 211 kB | 58 kB | 116 kB | 85 kB Progress (5): 0.5/1.0 MB | 211 kB | 58 kB | 116 kB | 85 kB Progress (5): 0.5/1.0 MB | 211 kB | 58 kB | 116 kB | 85 kB Progress (5): 0.5/1.0 MB | 211 kB | 58 kB | 116 kB | 85 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar Progress (4): 0.5/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.5/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.5/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.5/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.5/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.6/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.7/1.0 MB | 211 kB | 116 kB | 85 kB Progress (4): 0.8/1.0 MB | 211 kB | 116 kB | 85 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 1.7 MB/s) Progress (3): 0.8/1.0 MB | 211 kB | 116 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 4.1 MB/s) Progress (2): 0.8/1.0 MB | 116 kB Progress (2): 0.8/1.0 MB | 116 kB Progress (2): 0.8/1.0 MB | 116 kB Progress (2): 0.8/1.0 MB | 116 kB Progress (2): 0.8/1.0 MB | 116 kB Progress (2): 0.8/1.0 MB | 116 kB Progress (2): 0.8/1.0 MB | 116 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 2.2 MB/s) Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (2): 1.0/1.0 MB | 4.1/267 kB Progress (2): 1.0/1.0 MB | 4.1/267 kB Progress (2): 1.0/1.0 MB | 8.2/267 kB Progress (2): 1.0/1.0 MB | 12/267 kB Progress (2): 1.0/1.0 MB | 12/267 kB Progress (2): 1.0/1.0 MB | 16/267 kB Progress (2): 1.0/1.0 MB | 16/267 kB Progress (2): 1.0 MB | 16/267 kB Progress (2): 1.0 MB | 20/267 kB Progress (2): 1.0 MB | 25/267 kB Progress (2): 1.0 MB | 29/267 kB Progress (2): 1.0 MB | 33/267 kB Progress (2): 1.0 MB | 37/267 kB Progress (2): 1.0 MB | 41/267 kB Progress (2): 1.0 MB | 45/267 kB Progress (2): 1.0 MB | 49/267 kB Progress (2): 1.0 MB | 53/267 kB Progress (2): 1.0 MB | 57/267 kB Progress (2): 1.0 MB | 61/267 kB Progress (2): 1.0 MB | 64/267 kB Progress (2): 1.0 MB | 68/267 kB Progress (2): 1.0 MB | 73/267 kB Progress (2): 1.0 MB | 77/267 kB Progress (2): 1.0 MB | 81/267 kB Progress (2): 1.0 MB | 85/267 kB Progress (2): 1.0 MB | 89/267 kB Progress (2): 1.0 MB | 93/267 kB Progress (2): 1.0 MB | 97/267 kB Progress (2): 1.0 MB | 101/267 kB Progress (2): 1.0 MB | 105/267 kB Progress (2): 1.0 MB | 109/267 kB Progress (2): 1.0 MB | 113/267 kB Progress (2): 1.0 MB | 118/267 kB Progress (2): 1.0 MB | 122/267 kB Progress (2): 1.0 MB | 126/267 kB Progress (2): 1.0 MB | 130/267 kB Progress (2): 1.0 MB | 134/267 kB Progress (2): 1.0 MB | 138/267 kB Progress (2): 1.0 MB | 142/267 kB Progress (2): 1.0 MB | 146/267 kB Progress (2): 1.0 MB | 150/267 kB Progress (2): 1.0 MB | 154/267 kB Progress (2): 1.0 MB | 159/267 kB Progress (2): 1.0 MB | 163/267 kB Progress (2): 1.0 MB | 167/267 kB Progress (2): 1.0 MB | 171/267 kB Progress (2): 1.0 MB | 175/267 kB Progress (2): 1.0 MB | 179/267 kB Progress (2): 1.0 MB | 183/267 kB Progress (2): 1.0 MB | 187/267 kB Progress (2): 1.0 MB | 191/267 kB Progress (2): 1.0 MB | 195/267 kB Progress (2): 1.0 MB | 199/267 kB Progress (2): 1.0 MB | 204/267 kB Progress (2): 1.0 MB | 208/267 kB Progress (2): 1.0 MB | 212/267 kB Progress (2): 1.0 MB | 216/267 kB Progress (2): 1.0 MB | 220/267 kB Progress (2): 1.0 MB | 224/267 kB Progress (2): 1.0 MB | 228/267 kB Progress (2): 1.0 MB | 232/267 kB Progress (2): 1.0 MB | 236/267 kB Progress (2): 1.0 MB | 240/267 kB Progress (2): 1.0 MB | 245/267 kB Progress (2): 1.0 MB | 249/267 kB Progress (2): 1.0 MB | 253/267 kB Progress (2): 1.0 MB | 257/267 kB Progress (2): 1.0 MB | 261/267 kB Progress (2): 1.0 MB | 265/267 kB Progress (2): 1.0 MB | 267 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 16 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 3.6 MB/s) [INFO] Building jar: /work/target/hacbs-test.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ simple-java-project --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 114 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 205 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 268 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 165 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 137 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 409 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 566 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Progress (1): 750 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 39 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 267 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 210 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 287 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 582 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 349 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 94 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 101 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 282 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 102 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 118 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 130 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 88 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 386 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 115 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 185 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 92 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.pom (11 kB at 592 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 268 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1/44 kB Progress (1): 8.2/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 25/44 kB Progress (1): 29/44 kB Progress (1): 33/44 kB Progress (1): 37/44 kB Progress (1): 41/44 kB Progress (1): 44 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 900 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 269 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 241 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 825 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 262 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 699 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1/62 kB Progress (1): 8.2/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 25/62 kB Progress (1): 29/62 kB Progress (1): 33/62 kB Progress (1): 37/62 kB Progress (1): 41/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 3.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 810 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 253 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 735 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1/68 kB Progress (1): 8.2/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 25/68 kB Progress (1): 29/68 kB Progress (1): 33/68 kB Progress (1): 37/68 kB Progress (1): 41/68 kB Progress (1): 45/68 kB Progress (1): 49/68 kB Progress (1): 53/68 kB Progress (1): 57/68 kB Progress (1): 61/68 kB Progress (1): 66/68 kB Progress (1): 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 149 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 590 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/8.0/asm-8.0.pom Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/8.0/asm-8.0.pom (2.9 kB at 164 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 591 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.pom (3.7 kB at 193 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.pom (3.1 kB at 174 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.pom (3.2 kB at 176 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 242 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 357 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 107 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1/28 kB Progress (1): 8.2/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 25/28 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 713 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.4.0/jdependency-2.4.0.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.4.0/jdependency-2.4.0.pom (15 kB at 837 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/8.0/asm-util-8.0.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/8.0/asm-util-8.0.pom (3.7 kB at 192 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.pom (11 kB at 575 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom (13 kB at 679 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 127 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 566 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 365 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 120 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 226 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 254 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom (2.7 kB at 145 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 111 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 301 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 132 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom Progress (1): 4.1/28 kB Progress (1): 8.2/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 25/28 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Progress (1): 4.1/165 kB Progress (1): 8.2/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 25/165 kB Progress (1): 29/165 kB Progress (1): 33/165 kB Progress (1): 37/165 kB Progress (1): 41/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (1): 53/165 kB Progress (1): 57/165 kB Progress (1): 61/165 kB Progress (1): 64/165 kB Progress (1): 68/165 kB Progress (1): 72/165 kB Progress (1): 76/165 kB Progress (1): 80/165 kB Progress (1): 85/165 kB Progress (1): 89/165 kB Progress (1): 93/165 kB Progress (1): 97/165 kB Progress (2): 97/165 kB | 4.1/202 kB Progress (2): 101/165 kB | 4.1/202 kB Progress (2): 101/165 kB | 8.2/202 kB Progress (3): 101/165 kB | 8.2/202 kB | 4.1/49 kB Progress (3): 101/165 kB | 12/202 kB | 4.1/49 kB Progress (4): 101/165 kB | 12/202 kB | 4.1/49 kB | 4.1/153 kB Progress (4): 105/165 kB | 12/202 kB | 4.1/49 kB | 4.1/153 kB Progress (4): 105/165 kB | 12/202 kB | 4.1/49 kB | 8.2/153 kB Progress (4): 105/165 kB | 16/202 kB | 4.1/49 kB | 8.2/153 kB Progress (4): 105/165 kB | 16/202 kB | 8.2/49 kB | 8.2/153 kB Progress (4): 105/165 kB | 16/202 kB | 8.2/49 kB | 12/153 kB Progress (4): 105/165 kB | 20/202 kB | 8.2/49 kB | 12/153 kB Progress (4): 109/165 kB | 20/202 kB | 8.2/49 kB | 12/153 kB Progress (4): 109/165 kB | 25/202 kB | 8.2/49 kB | 12/153 kB Progress (4): 109/165 kB | 25/202 kB | 8.2/49 kB | 16/153 kB Progress (5): 109/165 kB | 25/202 kB | 8.2/49 kB | 16/153 kB | 4.1/472 kB Progress (5): 109/165 kB | 25/202 kB | 8.2/49 kB | 20/153 kB | 4.1/472 kB Progress (5): 109/165 kB | 25/202 kB | 12/49 kB | 20/153 kB | 4.1/472 kB Progress (5): 109/165 kB | 25/202 kB | 12/49 kB | 25/153 kB | 4.1/472 kB Progress (5): 109/165 kB | 25/202 kB | 12/49 kB | 25/153 kB | 8.2/472 kB Progress (5): 109/165 kB | 29/202 kB | 12/49 kB | 25/153 kB | 8.2/472 kB Progress (5): 113/165 kB | 29/202 kB | 12/49 kB | 25/153 kB | 8.2/472 kB Progress (5): 113/165 kB | 33/202 kB | 12/49 kB | 25/153 kB | 8.2/472 kB Progress (5): 113/165 kB | 33/202 kB | 12/49 kB | 25/153 kB | 12/472 kB Progress (5): 113/165 kB | 33/202 kB | 12/49 kB | 29/153 kB | 12/472 kB Progress (5): 113/165 kB | 33/202 kB | 16/49 kB | 29/153 kB | 12/472 kB Progress (5): 113/165 kB | 33/202 kB | 16/49 kB | 33/153 kB | 12/472 kB Progress (5): 113/165 kB | 37/202 kB | 16/49 kB | 33/153 kB | 12/472 kB Progress (5): 113/165 kB | 37/202 kB | 16/49 kB | 33/153 kB | 16/472 kB Progress (5): 117/165 kB | 37/202 kB | 16/49 kB | 33/153 kB | 16/472 kB Progress (5): 117/165 kB | 41/202 kB | 16/49 kB | 33/153 kB | 16/472 kB Progress (5): 117/165 kB | 41/202 kB | 16/49 kB | 37/153 kB | 16/472 kB Progress (5): 117/165 kB | 41/202 kB | 20/49 kB | 37/153 kB | 16/472 kB Progress (5): 117/165 kB | 41/202 kB | 20/49 kB | 41/153 kB | 16/472 kB Progress (5): 117/165 kB | 45/202 kB | 20/49 kB | 41/153 kB | 16/472 kB Progress (5): 117/165 kB | 45/202 kB | 20/49 kB | 41/153 kB | 20/472 kB Progress (5): 121/165 kB | 45/202 kB | 20/49 kB | 41/153 kB | 20/472 kB Progress (5): 121/165 kB | 45/202 kB | 20/49 kB | 41/153 kB | 24/472 kB Progress (5): 121/165 kB | 49/202 kB | 20/49 kB | 41/153 kB | 24/472 kB Progress (5): 121/165 kB | 49/202 kB | 20/49 kB | 45/153 kB | 24/472 kB Progress (5): 121/165 kB | 49/202 kB | 25/49 kB | 45/153 kB | 24/472 kB Progress (5): 121/165 kB | 53/202 kB | 25/49 kB | 45/153 kB | 24/472 kB Progress (5): 121/165 kB | 53/202 kB | 25/49 kB | 49/153 kB | 24/472 kB Progress (5): 121/165 kB | 53/202 kB | 25/49 kB | 49/153 kB | 28/472 kB Progress (5): 121/165 kB | 53/202 kB | 25/49 kB | 53/153 kB | 28/472 kB Progress (5): 126/165 kB | 53/202 kB | 25/49 kB | 53/153 kB | 28/472 kB Progress (5): 126/165 kB | 53/202 kB | 25/49 kB | 57/153 kB | 28/472 kB Progress (5): 126/165 kB | 53/202 kB | 25/49 kB | 57/153 kB | 32/472 kB Progress (5): 126/165 kB | 57/202 kB | 25/49 kB | 57/153 kB | 32/472 kB Progress (5): 126/165 kB | 57/202 kB | 29/49 kB | 57/153 kB | 32/472 kB Progress (5): 126/165 kB | 57/202 kB | 29/49 kB | 57/153 kB | 36/472 kB Progress (5): 126/165 kB | 61/202 kB | 29/49 kB | 57/153 kB | 36/472 kB Progress (5): 126/165 kB | 61/202 kB | 29/49 kB | 61/153 kB | 36/472 kB Progress (5): 130/165 kB | 61/202 kB | 29/49 kB | 61/153 kB | 36/472 kB Progress (5): 130/165 kB | 66/202 kB | 29/49 kB | 61/153 kB | 36/472 kB Progress (5): 130/165 kB | 66/202 kB | 29/49 kB | 61/153 kB | 40/472 kB Progress (5): 130/165 kB | 66/202 kB | 33/49 kB | 61/153 kB | 40/472 kB Progress (5): 130/165 kB | 66/202 kB | 33/49 kB | 61/153 kB | 44/472 kB Progress (5): 134/165 kB | 66/202 kB | 33/49 kB | 61/153 kB | 44/472 kB Progress (5): 134/165 kB | 70/202 kB | 33/49 kB | 61/153 kB | 44/472 kB Progress (5): 134/165 kB | 70/202 kB | 33/49 kB | 66/153 kB | 44/472 kB Progress (5): 134/165 kB | 74/202 kB | 33/49 kB | 66/153 kB | 44/472 kB Progress (5): 138/165 kB | 74/202 kB | 33/49 kB | 66/153 kB | 44/472 kB Progress (5): 138/165 kB | 74/202 kB | 33/49 kB | 66/153 kB | 49/472 kB Progress (5): 138/165 kB | 74/202 kB | 37/49 kB | 66/153 kB | 49/472 kB Progress (5): 142/165 kB | 74/202 kB | 37/49 kB | 66/153 kB | 49/472 kB Progress (5): 142/165 kB | 78/202 kB | 37/49 kB | 66/153 kB | 49/472 kB Progress (5): 142/165 kB | 78/202 kB | 37/49 kB | 70/153 kB | 49/472 kB Progress (5): 146/165 kB | 78/202 kB | 37/49 kB | 70/153 kB | 49/472 kB Progress (5): 146/165 kB | 78/202 kB | 37/49 kB | 70/153 kB | 53/472 kB Progress (5): 146/165 kB | 78/202 kB | 41/49 kB | 70/153 kB | 53/472 kB Progress (5): 146/165 kB | 78/202 kB | 41/49 kB | 70/153 kB | 57/472 kB Progress (5): 150/165 kB | 78/202 kB | 41/49 kB | 70/153 kB | 57/472 kB Progress (5): 150/165 kB | 82/202 kB | 41/49 kB | 70/153 kB | 57/472 kB Progress (5): 150/165 kB | 82/202 kB | 41/49 kB | 74/153 kB | 57/472 kB Progress (5): 150/165 kB | 86/202 kB | 41/49 kB | 74/153 kB | 57/472 kB Progress (5): 154/165 kB | 86/202 kB | 41/49 kB | 74/153 kB | 57/472 kB Progress (5): 154/165 kB | 86/202 kB | 41/49 kB | 74/153 kB | 61/472 kB Progress (5): 154/165 kB | 86/202 kB | 45/49 kB | 74/153 kB | 61/472 kB Progress (5): 154/165 kB | 86/202 kB | 45/49 kB | 74/153 kB | 65/472 kB Progress (5): 158/165 kB | 86/202 kB | 45/49 kB | 74/153 kB | 65/472 kB Progress (5): 158/165 kB | 90/202 kB | 45/49 kB | 74/153 kB | 65/472 kB Progress (5): 158/165 kB | 90/202 kB | 45/49 kB | 78/153 kB | 65/472 kB Progress (5): 158/165 kB | 94/202 kB | 45/49 kB | 78/153 kB | 65/472 kB Progress (5): 158/165 kB | 94/202 kB | 45/49 kB | 82/153 kB | 65/472 kB Progress (5): 162/165 kB | 94/202 kB | 45/49 kB | 82/153 kB | 65/472 kB Progress (5): 162/165 kB | 94/202 kB | 45/49 kB | 82/153 kB | 69/472 kB Progress (5): 162/165 kB | 94/202 kB | 49 kB | 82/153 kB | 69/472 kB Progress (5): 162/165 kB | 94/202 kB | 49 kB | 82/153 kB | 73/472 kB Progress (5): 165 kB | 94/202 kB | 49 kB | 82/153 kB | 73/472 kB Progress (5): 165 kB | 94/202 kB | 49 kB | 86/153 kB | 73/472 kB Progress (5): 165 kB | 98/202 kB | 49 kB | 86/153 kB | 73/472 kB Progress (5): 165 kB | 98/202 kB | 49 kB | 90/153 kB | 73/472 kB Progress (5): 165 kB | 98/202 kB | 49 kB | 90/153 kB | 77/472 kB Progress (5): 165 kB | 98/202 kB | 49 kB | 94/153 kB | 77/472 kB Progress (5): 165 kB | 102/202 kB | 49 kB | 94/153 kB | 77/472 kB Progress (5): 165 kB | 102/202 kB | 49 kB | 94/153 kB | 81/472 kB Progress (5): 165 kB | 102/202 kB | 49 kB | 98/153 kB | 81/472 kB Progress (5): 165 kB | 106/202 kB | 49 kB | 98/153 kB | 81/472 kB Progress (5): 165 kB | 106/202 kB | 49 kB | 98/153 kB | 85/472 kB Progress (5): 165 kB | 111/202 kB | 49 kB | 98/153 kB | 85/472 kB Progress (5): 165 kB | 111/202 kB | 49 kB | 102/153 kB | 85/472 kB Progress (5): 165 kB | 115/202 kB | 49 kB | 102/153 kB | 85/472 kB Progress (5): 165 kB | 115/202 kB | 49 kB | 102/153 kB | 90/472 kB Progress (5): 165 kB | 119/202 kB | 49 kB | 102/153 kB | 90/472 kB Progress (5): 165 kB | 119/202 kB | 49 kB | 106/153 kB | 90/472 kB Progress (5): 165 kB | 123/202 kB | 49 kB | 106/153 kB | 90/472 kB Progress (5): 165 kB | 123/202 kB | 49 kB | 106/153 kB | 94/472 kB Progress (5): 165 kB | 127/202 kB | 49 kB | 106/153 kB | 94/472 kB Progress (5): 165 kB | 127/202 kB | 49 kB | 111/153 kB | 94/472 kB Progress (5): 165 kB | 127/202 kB | 49 kB | 111/153 kB | 98/472 kB Progress (5): 165 kB | 131/202 kB | 49 kB | 111/153 kB | 98/472 kB Progress (5): 165 kB | 131/202 kB | 49 kB | 115/153 kB | 98/472 kB Progress (5): 165 kB | 131/202 kB | 49 kB | 115/153 kB | 102/472 kB Progress (5): 165 kB | 131/202 kB | 49 kB | 119/153 kB | 102/472 kB Progress (5): 165 kB | 135/202 kB | 49 kB | 119/153 kB | 102/472 kB Progress (5): 165 kB | 135/202 kB | 49 kB | 123/153 kB | 102/472 kB Progress (5): 165 kB | 135/202 kB | 49 kB | 123/153 kB | 106/472 kB Progress (5): 165 kB | 135/202 kB | 49 kB | 127/153 kB | 106/472 kB Progress (5): 165 kB | 139/202 kB | 49 kB | 127/153 kB | 106/472 kB Progress (5): 165 kB | 139/202 kB | 49 kB | 127/153 kB | 110/472 kB Progress (5): 165 kB | 139/202 kB | 49 kB | 131/153 kB | 110/472 kB Progress (5): 165 kB | 143/202 kB | 49 kB | 131/153 kB | 110/472 kB Progress (5): 165 kB | 143/202 kB | 49 kB | 131/153 kB | 114/472 kB Progress (5): 165 kB | 143/202 kB | 49 kB | 135/153 kB | 114/472 kB Progress (5): 165 kB | 147/202 kB | 49 kB | 135/153 kB | 114/472 kB Progress (5): 165 kB | 147/202 kB | 49 kB | 135/153 kB | 118/472 kB Progress (5): 165 kB | 152/202 kB | 49 kB | 135/153 kB | 118/472 kB Progress (5): 165 kB | 152/202 kB | 49 kB | 139/153 kB | 118/472 kB Progress (5): 165 kB | 156/202 kB | 49 kB | 139/153 kB | 118/472 kB Progress (5): 165 kB | 156/202 kB | 49 kB | 139/153 kB | 122/472 kB Progress (5): 165 kB | 160/202 kB | 49 kB | 139/153 kB | 122/472 kB Progress (5): 165 kB | 160/202 kB | 49 kB | 143/153 kB | 122/472 kB Progress (5): 165 kB | 160/202 kB | 49 kB | 143/153 kB | 126/472 kB Progress (5): 165 kB | 160/202 kB | 49 kB | 147/153 kB | 126/472 kB Progress (5): 165 kB | 164/202 kB | 49 kB | 147/153 kB | 126/472 kB Progress (5): 165 kB | 164/202 kB | 49 kB | 147/153 kB | 130/472 kB Progress (5): 165 kB | 164/202 kB | 49 kB | 152/153 kB | 130/472 kB Progress (5): 165 kB | 164/202 kB | 49 kB | 152/153 kB | 135/472 kB Progress (5): 165 kB | 168/202 kB | 49 kB | 152/153 kB | 135/472 kB Progress (5): 165 kB | 168/202 kB | 49 kB | 152/153 kB | 139/472 kB Progress (5): 165 kB | 168/202 kB | 49 kB | 153 kB | 139/472 kB Progress (5): 165 kB | 168/202 kB | 49 kB | 153 kB | 143/472 kB Progress (5): 165 kB | 172/202 kB | 49 kB | 153 kB | 143/472 kB Progress (5): 165 kB | 176/202 kB | 49 kB | 153 kB | 143/472 kB Progress (5): 165 kB | 176/202 kB | 49 kB | 153 kB | 147/472 kB Progress (5): 165 kB | 176/202 kB | 49 kB | 153 kB | 151/472 kB Progress (5): 165 kB | 180/202 kB | 49 kB | 153 kB | 151/472 kB Progress (5): 165 kB | 180/202 kB | 49 kB | 153 kB | 155/472 kB Progress (5): 165 kB | 184/202 kB | 49 kB | 153 kB | 155/472 kB Progress (5): 165 kB | 184/202 kB | 49 kB | 153 kB | 159/472 kB Progress (5): 165 kB | 188/202 kB | 49 kB | 153 kB | 159/472 kB Progress (5): 165 kB | 193/202 kB | 49 kB | 153 kB | 159/472 kB Progress (5): 165 kB | 193/202 kB | 49 kB | 153 kB | 163/472 kB Progress (5): 165 kB | 197/202 kB | 49 kB | 153 kB | 163/472 kB Progress (5): 165 kB | 197/202 kB | 49 kB | 153 kB | 167/472 kB Progress (5): 165 kB | 201/202 kB | 49 kB | 153 kB | 167/472 kB Progress (5): 165 kB | 201/202 kB | 49 kB | 153 kB | 171/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 171/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 176/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 180/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 184/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 188/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 192/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 196/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 200/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 204/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 208/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 212/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 217/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 221/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 225/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 229/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 233/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 237/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 241/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 245/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 249/472 kB Progress (5): 165 kB | 202 kB | 49 kB | 153 kB | 253/472 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 2.0 MB/s) Progress (4): 165 kB | 202 kB | 153 kB | 257/472 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Progress (4): 165 kB | 202 kB | 153 kB | 262/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 266/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 270/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 274/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 278/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 282/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 286/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 290/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 294/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 298/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 303/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 307/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 311/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 315/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 319/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 323/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 327/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 331/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 335/472 kB Progress (4): 165 kB | 202 kB | 153 kB | 339/472 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 6.1 MB/s) Progress (3): 202 kB | 153 kB | 343/472 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Progress (3): 202 kB | 153 kB | 348/472 kB Progress (3): 202 kB | 153 kB | 352/472 kB Progress (3): 202 kB | 153 kB | 356/472 kB Progress (3): 202 kB | 153 kB | 360/472 kB Progress (3): 202 kB | 153 kB | 364/472 kB Progress (3): 202 kB | 153 kB | 368/472 kB Progress (3): 202 kB | 153 kB | 372/472 kB Progress (3): 202 kB | 153 kB | 376/472 kB Progress (3): 202 kB | 153 kB | 380/472 kB Progress (3): 202 kB | 153 kB | 384/472 kB Progress (3): 202 kB | 153 kB | 389/472 kB Progress (3): 202 kB | 153 kB | 393/472 kB Progress (3): 202 kB | 153 kB | 397/472 kB Progress (3): 202 kB | 153 kB | 401/472 kB Progress (3): 202 kB | 153 kB | 405/472 kB Progress (3): 202 kB | 153 kB | 409/472 kB Progress (3): 202 kB | 153 kB | 413/472 kB Progress (3): 202 kB | 153 kB | 417/472 kB Progress (3): 202 kB | 153 kB | 421/472 kB Progress (3): 202 kB | 153 kB | 425/472 kB Progress (3): 202 kB | 153 kB | 429/472 kB Progress (3): 202 kB | 153 kB | 434/472 kB Progress (3): 202 kB | 153 kB | 438/472 kB Progress (3): 202 kB | 153 kB | 442/472 kB Progress (3): 202 kB | 153 kB | 446/472 kB Progress (3): 202 kB | 153 kB | 450/472 kB Progress (3): 202 kB | 153 kB | 454/472 kB Progress (3): 202 kB | 153 kB | 458/472 kB Progress (3): 202 kB | 153 kB | 462/472 kB Progress (3): 202 kB | 153 kB | 466/472 kB Progress (3): 202 kB | 153 kB | 470/472 kB Progress (3): 202 kB | 153 kB | 472 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 5.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 6.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (2): 472 kB | 4.1/527 kB Progress (2): 472 kB | 8.2/527 kB Progress (2): 472 kB | 12/527 kB Progress (2): 472 kB | 16/527 kB Progress (2): 472 kB | 20/527 kB Progress (2): 472 kB | 25/527 kB Progress (2): 472 kB | 29/527 kB Progress (2): 472 kB | 33/527 kB Progress (2): 472 kB | 37/527 kB Progress (2): 472 kB | 41/527 kB Progress (2): 472 kB | 45/527 kB Progress (2): 472 kB | 49/527 kB Progress (2): 472 kB | 53/527 kB Progress (2): 472 kB | 57/527 kB Progress (2): 472 kB | 61/527 kB Progress (2): 472 kB | 65/527 kB Progress (2): 472 kB | 69/527 kB Progress (2): 472 kB | 73/527 kB Progress (2): 472 kB | 77/527 kB Progress (2): 472 kB | 81/527 kB Progress (2): 472 kB | 85/527 kB Progress (2): 472 kB | 89/527 kB Progress (2): 472 kB | 94/527 kB Progress (2): 472 kB | 98/527 kB Progress (2): 472 kB | 102/527 kB Progress (2): 472 kB | 106/527 kB Progress (2): 472 kB | 110/527 kB Progress (2): 472 kB | 114/527 kB Progress (2): 472 kB | 118/527 kB Progress (2): 472 kB | 122/527 kB Progress (2): 472 kB | 126/527 kB Progress (2): 472 kB | 130/527 kB Progress (2): 472 kB | 135/527 kB Progress (2): 472 kB | 139/527 kB Progress (2): 472 kB | 143/527 kB Progress (2): 472 kB | 147/527 kB Progress (2): 472 kB | 151/527 kB Progress (2): 472 kB | 155/527 kB Progress (2): 472 kB | 159/527 kB Progress (2): 472 kB | 163/527 kB Progress (2): 472 kB | 167/527 kB Progress (2): 472 kB | 171/527 kB Progress (2): 472 kB | 175/527 kB Progress (2): 472 kB | 180/527 kB Progress (2): 472 kB | 184/527 kB Progress (2): 472 kB | 188/527 kB Progress (2): 472 kB | 192/527 kB Progress (2): 472 kB | 196/527 kB Progress (2): 472 kB | 200/527 kB Progress (2): 472 kB | 204/527 kB Progress (2): 472 kB | 208/527 kB Progress (2): 472 kB | 212/527 kB Progress (2): 472 kB | 216/527 kB Progress (2): 472 kB | 221/527 kB Progress (2): 472 kB | 225/527 kB Progress (2): 472 kB | 229/527 kB Progress (2): 472 kB | 233/527 kB Progress (2): 472 kB | 237/527 kB Progress (2): 472 kB | 241/527 kB Progress (2): 472 kB | 245/527 kB Progress (2): 472 kB | 249/527 kB Progress (2): 472 kB | 253/527 kB Progress (2): 472 kB | 257/527 kB Progress (3): 472 kB | 257/527 kB | 4.1/47 kB Progress (3): 472 kB | 261/527 kB | 4.1/47 kB Progress (3): 472 kB | 261/527 kB | 8.2/47 kB Progress (3): 472 kB | 261/527 kB | 12/47 kB Progress (3): 472 kB | 266/527 kB | 12/47 kB Progress (3): 472 kB | 266/527 kB | 16/47 kB Progress (3): 472 kB | 270/527 kB | 16/47 kB Progress (3): 472 kB | 274/527 kB | 16/47 kB Progress (3): 472 kB | 274/527 kB | 20/47 kB Progress (3): 472 kB | 278/527 kB | 20/47 kB Progress (3): 472 kB | 278/527 kB | 25/47 kB Progress (3): 472 kB | 278/527 kB | 29/47 kB Progress (3): 472 kB | 282/527 kB | 29/47 kB Progress (3): 472 kB | 282/527 kB | 33/47 kB Progress (3): 472 kB | 286/527 kB | 33/47 kB Progress (3): 472 kB | 290/527 kB | 33/47 kB Progress (3): 472 kB | 290/527 kB | 37/47 kB Progress (3): 472 kB | 294/527 kB | 37/47 kB Progress (3): 472 kB | 294/527 kB | 41/47 kB Progress (3): 472 kB | 294/527 kB | 45/47 kB Progress (3): 472 kB | 298/527 kB | 45/47 kB Progress (3): 472 kB | 298/527 kB | 47 kB Progress (3): 472 kB | 302/527 kB | 47 kB Progress (3): 472 kB | 307/527 kB | 47 kB Progress (3): 472 kB | 311/527 kB | 47 kB Progress (3): 472 kB | 315/527 kB | 47 kB Progress (3): 472 kB | 319/527 kB | 47 kB Progress (3): 472 kB | 323/527 kB | 47 kB Progress (3): 472 kB | 327/527 kB | 47 kB Progress (3): 472 kB | 331/527 kB | 47 kB Progress (3): 472 kB | 335/527 kB | 47 kB Progress (3): 472 kB | 339/527 kB | 47 kB Progress (3): 472 kB | 343/527 kB | 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 12 MB/s) Progress (2): 348/527 kB | 47 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (3): 348/527 kB | 47 kB | 4.1/38 kB Progress (3): 352/527 kB | 47 kB | 4.1/38 kB Progress (3): 352/527 kB | 47 kB | 8.2/38 kB Progress (3): 356/527 kB | 47 kB | 8.2/38 kB Progress (3): 356/527 kB | 47 kB | 12/38 kB Progress (3): 360/527 kB | 47 kB | 12/38 kB Progress (3): 360/527 kB | 47 kB | 16/38 kB Progress (3): 364/527 kB | 47 kB | 16/38 kB Progress (3): 364/527 kB | 47 kB | 20/38 kB Progress (3): 368/527 kB | 47 kB | 20/38 kB Progress (3): 368/527 kB | 47 kB | 25/38 kB Progress (3): 372/527 kB | 47 kB | 25/38 kB Progress (3): 372/527 kB | 47 kB | 29/38 kB Progress (3): 376/527 kB | 47 kB | 29/38 kB Progress (3): 376/527 kB | 47 kB | 33/38 kB Progress (3): 376/527 kB | 47 kB | 37/38 kB Progress (3): 376/527 kB | 47 kB | 38 kB Progress (3): 380/527 kB | 47 kB | 38 kB Progress (3): 384/527 kB | 47 kB | 38 kB Progress (4): 384/527 kB | 47 kB | 38 kB | 4.1/30 kB Progress (4): 388/527 kB | 47 kB | 38 kB | 4.1/30 kB Progress (4): 388/527 kB | 47 kB | 38 kB | 8.2/30 kB Progress (4): 393/527 kB | 47 kB | 38 kB | 8.2/30 kB Progress (4): 393/527 kB | 47 kB | 38 kB | 12/30 kB Progress (4): 397/527 kB | 47 kB | 38 kB | 12/30 kB Progress (4): 397/527 kB | 47 kB | 38 kB | 16/30 kB Progress (4): 401/527 kB | 47 kB | 38 kB | 16/30 kB Progress (4): 405/527 kB | 47 kB | 38 kB | 16/30 kB Progress (4): 405/527 kB | 47 kB | 38 kB | 20/30 kB Progress (4): 409/527 kB | 47 kB | 38 kB | 20/30 kB Progress (4): 409/527 kB | 47 kB | 38 kB | 25/30 kB Progress (4): 409/527 kB | 47 kB | 38 kB | 29/30 kB Progress (4): 413/527 kB | 47 kB | 38 kB | 29/30 kB Progress (4): 413/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 417/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 421/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 425/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 429/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 434/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 438/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 442/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 446/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 450/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 454/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 458/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 462/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 466/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 470/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 474/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 479/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 483/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 487/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 491/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 495/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 499/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 503/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 507/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 511/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 515/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 520/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 524/527 kB | 47 kB | 38 kB | 30 kB Progress (4): 527 kB | 47 kB | 38 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 993 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (4): 527 kB | 38 kB | 30 kB | 4.1/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 8.2/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 12/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 16/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 20/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 24/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 28/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 32/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 36/148 kB Progress (4): 527 kB | 38 kB | 30 kB | 40/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 756 kB/s) Progress (3): 527 kB | 30 kB | 44/148 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (3): 527 kB | 30 kB | 49/148 kB Progress (3): 527 kB | 30 kB | 53/148 kB Progress (3): 527 kB | 30 kB | 57/148 kB Progress (3): 527 kB | 30 kB | 61/148 kB Progress (3): 527 kB | 30 kB | 65/148 kB Progress (3): 527 kB | 30 kB | 69/148 kB Progress (3): 527 kB | 30 kB | 73/148 kB Progress (3): 527 kB | 30 kB | 77/148 kB Progress (3): 527 kB | 30 kB | 81/148 kB Progress (3): 527 kB | 30 kB | 85/148 kB Progress (3): 527 kB | 30 kB | 90/148 kB Progress (3): 527 kB | 30 kB | 94/148 kB Progress (3): 527 kB | 30 kB | 98/148 kB Progress (3): 527 kB | 30 kB | 102/148 kB Progress (3): 527 kB | 30 kB | 106/148 kB Progress (3): 527 kB | 30 kB | 110/148 kB Progress (3): 527 kB | 30 kB | 114/148 kB Progress (3): 527 kB | 30 kB | 118/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 578 kB/s) Progress (2): 527 kB | 122/148 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (2): 527 kB | 126/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 10 MB/s) Progress (1): 130/148 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Progress (2): 148 kB | 4.1/51 kB Progress (2): 148 kB | 8.2/51 kB Progress (2): 148 kB | 12/51 kB Progress (2): 148 kB | 16/51 kB Progress (2): 148 kB | 20/51 kB Progress (2): 148 kB | 25/51 kB Progress (2): 148 kB | 29/51 kB Progress (2): 148 kB | 33/51 kB Progress (2): 148 kB | 37/51 kB Progress (2): 148 kB | 41/51 kB Progress (2): 148 kB | 45/51 kB Progress (2): 148 kB | 49/51 kB Progress (2): 148 kB | 51 kB Progress (3): 148 kB | 51 kB | 4.1/106 kB Progress (3): 148 kB | 51 kB | 8.2/106 kB Progress (4): 148 kB | 51 kB | 8.2/106 kB | 4.1/14 kB Progress (4): 148 kB | 51 kB | 12/106 kB | 4.1/14 kB Progress (4): 148 kB | 51 kB | 12/106 kB | 8.2/14 kB Progress (4): 148 kB | 51 kB | 16/106 kB | 8.2/14 kB Progress (4): 148 kB | 51 kB | 16/106 kB | 12/14 kB Progress (4): 148 kB | 51 kB | 16/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 20/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 24/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 28/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 32/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 36/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 40/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 44/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 49/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 53/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 57/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 61/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 65/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 69/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 73/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 77/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 81/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 85/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 90/106 kB | 14 kB Progress (5): 148 kB | 51 kB | 90/106 kB | 14 kB | 4.1/74 kB Progress (5): 148 kB | 51 kB | 94/106 kB | 14 kB | 4.1/74 kB Progress (5): 148 kB | 51 kB | 94/106 kB | 14 kB | 8.2/74 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.4 MB/s) Progress (4): 51 kB | 94/106 kB | 14 kB | 12/74 kB Progress (4): 51 kB | 98/106 kB | 14 kB | 12/74 kB Progress (4): 51 kB | 98/106 kB | 14 kB | 16/74 kB Progress (4): 51 kB | 102/106 kB | 14 kB | 16/74 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (4): 51 kB | 102/106 kB | 14 kB | 20/74 kB Progress (4): 51 kB | 106/106 kB | 14 kB | 20/74 kB Progress (4): 51 kB | 106/106 kB | 14 kB | 25/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 25/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 29/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 33/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 37/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 41/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 45/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 49/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 53/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 57/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 61/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 66/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 70/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 74/74 kB Progress (4): 51 kB | 106 kB | 14 kB | 74 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 776 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 202 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (3): 106 kB | 74 kB | 4.1/108 kB Progress (3): 106 kB | 74 kB | 8.2/108 kB Progress (3): 106 kB | 74 kB | 12/108 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.5 MB/s) Progress (2): 74 kB | 16/108 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Progress (2): 74 kB | 20/108 kB Progress (2): 74 kB | 24/108 kB Progress (2): 74 kB | 28/108 kB Progress (2): 74 kB | 32/108 kB Progress (2): 74 kB | 36/108 kB Progress (2): 74 kB | 40/108 kB Progress (2): 74 kB | 44/108 kB Progress (2): 74 kB | 49/108 kB Progress (2): 74 kB | 53/108 kB Progress (2): 74 kB | 57/108 kB Progress (2): 74 kB | 61/108 kB Progress (2): 74 kB | 65/108 kB Progress (2): 74 kB | 69/108 kB Progress (2): 74 kB | 73/108 kB Progress (2): 74 kB | 77/108 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 1.0 MB/s) Progress (1): 81/108 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (1): 85/108 kB Progress (1): 90/108 kB Progress (1): 94/108 kB Progress (1): 98/108 kB Progress (1): 102/108 kB Progress (1): 106/108 kB Progress (1): 108 kB Progress (2): 108 kB | 4.1/46 kB Progress (2): 108 kB | 8.2/46 kB Progress (2): 108 kB | 12/46 kB Progress (2): 108 kB | 16/46 kB Progress (2): 108 kB | 20/46 kB Progress (2): 108 kB | 25/46 kB Progress (2): 108 kB | 29/46 kB Progress (3): 108 kB | 29/46 kB | 4.1/61 kB Progress (3): 108 kB | 33/46 kB | 4.1/61 kB Progress (3): 108 kB | 33/46 kB | 8.2/61 kB Progress (3): 108 kB | 33/46 kB | 12/61 kB Progress (3): 108 kB | 37/46 kB | 12/61 kB Progress (3): 108 kB | 37/46 kB | 16/61 kB Progress (3): 108 kB | 41/46 kB | 16/61 kB Progress (3): 108 kB | 45/46 kB | 16/61 kB Progress (3): 108 kB | 45/46 kB | 20/61 kB Progress (3): 108 kB | 46 kB | 20/61 kB Progress (3): 108 kB | 46 kB | 25/61 kB Progress (3): 108 kB | 46 kB | 29/61 kB Progress (3): 108 kB | 46 kB | 33/61 kB Progress (3): 108 kB | 46 kB | 37/61 kB Progress (3): 108 kB | 46 kB | 41/61 kB Progress (3): 108 kB | 46 kB | 45/61 kB Progress (3): 108 kB | 46 kB | 49/61 kB Progress (3): 108 kB | 46 kB | 53/61 kB Progress (3): 108 kB | 46 kB | 57/61 kB Progress (3): 108 kB | 46 kB | 61 kB Progress (4): 108 kB | 46 kB | 61 kB | 4.1/4.2 kB Progress (4): 108 kB | 46 kB | 61 kB | 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 555 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (3): 61 kB | 4.2 kB | 4.1/29 kB Progress (3): 61 kB | 4.2 kB | 8.2/29 kB Progress (3): 61 kB | 4.2 kB | 12/29 kB Progress (3): 61 kB | 4.2 kB | 16/29 kB Progress (3): 61 kB | 4.2 kB | 20/29 kB Progress (3): 61 kB | 4.2 kB | 24/29 kB Progress (3): 61 kB | 4.2 kB | 28/29 kB Progress (3): 61 kB | 4.2 kB | 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 710 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.jar Progress (2): 29 kB | 4.1/13 kB Progress (2): 29 kB | 8.2/13 kB Progress (2): 29 kB | 12/13 kB Progress (2): 29 kB | 13 kB Progress (3): 29 kB | 13 kB | 4.1/52 kB Progress (3): 29 kB | 13 kB | 8.2/52 kB Progress (3): 29 kB | 13 kB | 12/52 kB Progress (3): 29 kB | 13 kB | 16/52 kB Progress (3): 29 kB | 13 kB | 20/52 kB Progress (3): 29 kB | 13 kB | 25/52 kB Progress (3): 29 kB | 13 kB | 29/52 kB Progress (3): 29 kB | 13 kB | 33/52 kB Progress (3): 29 kB | 13 kB | 37/52 kB Progress (3): 29 kB | 13 kB | 41/52 kB Progress (3): 29 kB | 13 kB | 45/52 kB Progress (3): 29 kB | 13 kB | 49/52 kB Progress (3): 29 kB | 13 kB | 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 301 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Progress (3): 13 kB | 52 kB | 4.1/263 kB Progress (3): 13 kB | 52 kB | 8.2/263 kB Progress (3): 13 kB | 52 kB | 12/263 kB Progress (3): 13 kB | 52 kB | 16/263 kB Progress (3): 13 kB | 52 kB | 20/263 kB Progress (3): 13 kB | 52 kB | 25/263 kB Progress (3): 13 kB | 52 kB | 29/263 kB Progress (3): 13 kB | 52 kB | 33/263 kB Progress (3): 13 kB | 52 kB | 37/263 kB Progress (3): 13 kB | 52 kB | 41/263 kB Progress (3): 13 kB | 52 kB | 45/263 kB Progress (3): 13 kB | 52 kB | 49/263 kB Progress (3): 13 kB | 52 kB | 53/263 kB Progress (3): 13 kB | 52 kB | 57/263 kB Progress (3): 13 kB | 52 kB | 61/263 kB Progress (3): 13 kB | 52 kB | 64/263 kB Progress (3): 13 kB | 52 kB | 68/263 kB Progress (3): 13 kB | 52 kB | 72/263 kB Progress (3): 13 kB | 52 kB | 77/263 kB Progress (3): 13 kB | 52 kB | 81/263 kB Progress (3): 13 kB | 52 kB | 85/263 kB Progress (3): 13 kB | 52 kB | 89/263 kB Progress (3): 13 kB | 52 kB | 93/263 kB Progress (3): 13 kB | 52 kB | 97/263 kB Progress (3): 13 kB | 52 kB | 101/263 kB Progress (3): 13 kB | 52 kB | 105/263 kB Progress (3): 13 kB | 52 kB | 109/263 kB Progress (3): 13 kB | 52 kB | 113/263 kB Progress (3): 13 kB | 52 kB | 118/263 kB Progress (3): 13 kB | 52 kB | 122/263 kB Progress (3): 13 kB | 52 kB | 126/263 kB Progress (3): 13 kB | 52 kB | 130/263 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 138 kB/s) Progress (2): 52 kB | 134/263 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Progress (2): 52 kB | 138/263 kB Progress (2): 52 kB | 142/263 kB Progress (2): 52 kB | 146/263 kB Progress (2): 52 kB | 150/263 kB Progress (2): 52 kB | 154/263 kB Progress (2): 52 kB | 158/263 kB Progress (2): 52 kB | 163/263 kB Progress (2): 52 kB | 167/263 kB Progress (3): 52 kB | 167/263 kB | 4.1/120 kB Progress (3): 52 kB | 171/263 kB | 4.1/120 kB Progress (3): 52 kB | 171/263 kB | 8.2/120 kB Progress (3): 52 kB | 175/263 kB | 8.2/120 kB Progress (3): 52 kB | 175/263 kB | 12/120 kB Progress (3): 52 kB | 179/263 kB | 12/120 kB Progress (3): 52 kB | 179/263 kB | 16/120 kB Progress (3): 52 kB | 183/263 kB | 16/120 kB Progress (3): 52 kB | 187/263 kB | 16/120 kB Progress (3): 52 kB | 187/263 kB | 20/120 kB Progress (3): 52 kB | 191/263 kB | 20/120 kB Progress (3): 52 kB | 191/263 kB | 25/120 kB Progress (3): 52 kB | 195/263 kB | 25/120 kB Progress (3): 52 kB | 195/263 kB | 29/120 kB Progress (3): 52 kB | 195/263 kB | 33/120 kB Progress (3): 52 kB | 199/263 kB | 33/120 kB Progress (3): 52 kB | 204/263 kB | 33/120 kB Progress (3): 52 kB | 204/263 kB | 37/120 kB Progress (3): 52 kB | 208/263 kB | 37/120 kB Progress (3): 52 kB | 208/263 kB | 41/120 kB Progress (3): 52 kB | 212/263 kB | 41/120 kB Progress (3): 52 kB | 212/263 kB | 45/120 kB Progress (3): 52 kB | 212/263 kB | 49/120 kB Progress (3): 52 kB | 216/263 kB | 49/120 kB Progress (3): 52 kB | 220/263 kB | 49/120 kB Progress (3): 52 kB | 220/263 kB | 53/120 kB Progress (3): 52 kB | 224/263 kB | 53/120 kB Progress (3): 52 kB | 224/263 kB | 57/120 kB Progress (3): 52 kB | 228/263 kB | 57/120 kB Progress (3): 52 kB | 228/263 kB | 61/120 kB Progress (3): 52 kB | 228/263 kB | 66/120 kB Progress (3): 52 kB | 232/263 kB | 66/120 kB Progress (3): 52 kB | 236/263 kB | 66/120 kB Progress (3): 52 kB | 236/263 kB | 70/120 kB Progress (3): 52 kB | 240/263 kB | 70/120 kB Progress (3): 52 kB | 240/263 kB | 74/120 kB Progress (3): 52 kB | 245/263 kB | 74/120 kB Progress (3): 52 kB | 245/263 kB | 78/120 kB Progress (3): 52 kB | 245/263 kB | 82/120 kB Progress (3): 52 kB | 249/263 kB | 82/120 kB Progress (3): 52 kB | 253/263 kB | 82/120 kB Progress (3): 52 kB | 253/263 kB | 86/120 kB Progress (3): 52 kB | 257/263 kB | 86/120 kB Progress (3): 52 kB | 257/263 kB | 90/120 kB Progress (3): 52 kB | 261/263 kB | 90/120 kB Progress (3): 52 kB | 261/263 kB | 94/120 kB Progress (3): 52 kB | 263 kB | 94/120 kB Progress (3): 52 kB | 263 kB | 98/120 kB Progress (3): 52 kB | 263 kB | 102/120 kB Progress (3): 52 kB | 263 kB | 106/120 kB Progress (3): 52 kB | 263 kB | 111/120 kB Progress (3): 52 kB | 263 kB | 115/120 kB Progress (3): 52 kB | 263 kB | 119/120 kB Progress (3): 52 kB | 263 kB | 120 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 509 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar Progress (3): 263 kB | 120 kB | 4.1/61 kB Progress (3): 263 kB | 120 kB | 8.2/61 kB Progress (3): 263 kB | 120 kB | 12/61 kB Progress (3): 263 kB | 120 kB | 16/61 kB Progress (3): 263 kB | 120 kB | 20/61 kB Progress (3): 263 kB | 120 kB | 25/61 kB Progress (3): 263 kB | 120 kB | 29/61 kB Progress (3): 263 kB | 120 kB | 33/61 kB Progress (3): 263 kB | 120 kB | 37/61 kB Progress (3): 263 kB | 120 kB | 41/61 kB Progress (3): 263 kB | 120 kB | 45/61 kB Progress (3): 263 kB | 120 kB | 49/61 kB Progress (3): 263 kB | 120 kB | 53/61 kB Progress (3): 263 kB | 120 kB | 57/61 kB Progress (3): 263 kB | 120 kB | 61/61 kB Progress (3): 263 kB | 120 kB | 61 kB Progress (4): 263 kB | 120 kB | 61 kB | 4.1/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 8.2/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 12/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 16/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 20/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 25/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 29/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 33/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 37/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 41/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 45/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 49/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 53/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 57/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 61/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 66/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 70/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 74/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 78/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 82/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 86/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 90/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 94/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 98/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 102/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 106/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 111/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 115/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 119/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 123/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 127/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 131/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 135/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 139/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 143/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 147/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 152/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 156/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 160/164 kB Progress (4): 263 kB | 120 kB | 61 kB | 164 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 2.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.jar (120 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/8.0/asm-8.0.jar Progress (3): 61 kB | 164 kB | 4.1/335 kB Progress (3): 61 kB | 164 kB | 8.2/335 kB Progress (3): 61 kB | 164 kB | 12/335 kB Progress (3): 61 kB | 164 kB | 16/335 kB Progress (3): 61 kB | 164 kB | 20/335 kB Progress (3): 61 kB | 164 kB | 25/335 kB Progress (3): 61 kB | 164 kB | 29/335 kB Progress (3): 61 kB | 164 kB | 33/335 kB Progress (3): 61 kB | 164 kB | 37/335 kB Progress (3): 61 kB | 164 kB | 41/335 kB Progress (3): 61 kB | 164 kB | 45/335 kB Progress (3): 61 kB | 164 kB | 49/335 kB Progress (3): 61 kB | 164 kB | 53/335 kB Progress (3): 61 kB | 164 kB | 57/335 kB Progress (3): 61 kB | 164 kB | 61/335 kB Progress (3): 61 kB | 164 kB | 66/335 kB Progress (3): 61 kB | 164 kB | 70/335 kB Progress (3): 61 kB | 164 kB | 74/335 kB Progress (3): 61 kB | 164 kB | 78/335 kB Progress (3): 61 kB | 164 kB | 82/335 kB Progress (3): 61 kB | 164 kB | 86/335 kB Progress (3): 61 kB | 164 kB | 90/335 kB Progress (3): 61 kB | 164 kB | 94/335 kB Progress (3): 61 kB | 164 kB | 98/335 kB Progress (3): 61 kB | 164 kB | 102/335 kB Progress (3): 61 kB | 164 kB | 106/335 kB Progress (3): 61 kB | 164 kB | 111/335 kB Progress (3): 61 kB | 164 kB | 115/335 kB Progress (3): 61 kB | 164 kB | 119/335 kB Progress (3): 61 kB | 164 kB | 123/335 kB Progress (3): 61 kB | 164 kB | 127/335 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 539 kB/s) Progress (2): 164 kB | 131/335 kB Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.jar Progress (2): 164 kB | 135/335 kB Progress (2): 164 kB | 139/335 kB Progress (2): 164 kB | 143/335 kB Progress (2): 164 kB | 147/335 kB Progress (2): 164 kB | 152/335 kB Progress (2): 164 kB | 156/335 kB Progress (2): 164 kB | 160/335 kB Progress (2): 164 kB | 164/335 kB Progress (2): 164 kB | 168/335 kB Progress (2): 164 kB | 172/335 kB Progress (2): 164 kB | 176/335 kB Progress (2): 164 kB | 180/335 kB Progress (2): 164 kB | 184/335 kB Progress (2): 164 kB | 188/335 kB Progress (2): 164 kB | 193/335 kB Progress (2): 164 kB | 197/335 kB Progress (2): 164 kB | 201/335 kB Progress (2): 164 kB | 205/335 kB Progress (2): 164 kB | 209/335 kB Progress (2): 164 kB | 213/335 kB Progress (2): 164 kB | 217/335 kB Progress (2): 164 kB | 221/335 kB Progress (2): 164 kB | 225/335 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 1.4 MB/s) Progress (1): 229/335 kB Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.jar Progress (1): 233/335 kB Progress (1): 238/335 kB Progress (1): 242/335 kB Progress (1): 246/335 kB Progress (1): 250/335 kB Progress (1): 254/335 kB Progress (1): 258/335 kB Progress (1): 262/335 kB Progress (1): 266/335 kB Progress (1): 270/335 kB Progress (1): 274/335 kB Progress (1): 279/335 kB Progress (1): 283/335 kB Progress (1): 287/335 kB Progress (1): 291/335 kB Progress (1): 295/335 kB Progress (1): 299/335 kB Progress (1): 303/335 kB Progress (1): 307/335 kB Progress (1): 311/335 kB Progress (1): 315/335 kB Progress (1): 319/335 kB Progress (1): 324/335 kB Progress (2): 324/335 kB | 4.1/26 kB Progress (2): 324/335 kB | 8.2/26 kB Progress (2): 324/335 kB | 12/26 kB Progress (2): 324/335 kB | 16/26 kB Progress (3): 324/335 kB | 16/26 kB | 4.1/122 kB Progress (3): 324/335 kB | 20/26 kB | 4.1/122 kB Progress (3): 324/335 kB | 20/26 kB | 8.2/122 kB Progress (3): 324/335 kB | 25/26 kB | 8.2/122 kB Progress (3): 324/335 kB | 25/26 kB | 12/122 kB Progress (3): 324/335 kB | 26 kB | 12/122 kB Progress (3): 324/335 kB | 26 kB | 16/122 kB Progress (3): 324/335 kB | 26 kB | 20/122 kB Progress (3): 324/335 kB | 26 kB | 24/122 kB Progress (3): 324/335 kB | 26 kB | 28/122 kB Progress (3): 324/335 kB | 26 kB | 32/122 kB Progress (3): 324/335 kB | 26 kB | 36/122 kB Progress (3): 324/335 kB | 26 kB | 40/122 kB Progress (3): 324/335 kB | 26 kB | 45/122 kB Progress (3): 324/335 kB | 26 kB | 49/122 kB Progress (3): 324/335 kB | 26 kB | 53/122 kB Progress (3): 328/335 kB | 26 kB | 53/122 kB Progress (3): 328/335 kB | 26 kB | 57/122 kB Progress (3): 332/335 kB | 26 kB | 57/122 kB Progress (3): 332/335 kB | 26 kB | 61/122 kB Progress (3): 335 kB | 26 kB | 61/122 kB Progress (3): 335 kB | 26 kB | 65/122 kB Progress (3): 335 kB | 26 kB | 69/122 kB Progress (3): 335 kB | 26 kB | 73/122 kB Progress (3): 335 kB | 26 kB | 77/122 kB Progress (3): 335 kB | 26 kB | 81/122 kB Progress (3): 335 kB | 26 kB | 85/122 kB Progress (3): 335 kB | 26 kB | 90/122 kB Progress (3): 335 kB | 26 kB | 94/122 kB Progress (3): 335 kB | 26 kB | 98/122 kB Progress (3): 335 kB | 26 kB | 102/122 kB Progress (3): 335 kB | 26 kB | 106/122 kB Progress (3): 335 kB | 26 kB | 110/122 kB Progress (3): 335 kB | 26 kB | 114/122 kB Progress (3): 335 kB | 26 kB | 118/122 kB Progress (3): 335 kB | 26 kB | 122 kB Progress (4): 335 kB | 26 kB | 122 kB | 4.1/72 kB Progress (5): 335 kB | 26 kB | 122 kB | 4.1/72 kB | 4.1/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 8.2/72 kB | 4.1/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 8.2/72 kB | 8.2/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 12/72 kB | 8.2/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 12/72 kB | 12/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 16/72 kB | 12/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 16/72 kB | 16/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 20/72 kB | 16/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 20/72 kB | 20/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 25/72 kB | 20/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 25/72 kB | 25/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 29/72 kB | 25/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 29/72 kB | 29/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 33/72 kB | 29/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 33/72 kB | 33/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 37/72 kB | 33/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 41/72 kB | 33/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 41/72 kB | 37/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 45/72 kB | 37/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 45/72 kB | 41/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 49/72 kB | 41/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 49/72 kB | 45/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 49/72 kB | 49/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 53/72 kB | 49/53 kB Progress (5): 335 kB | 26 kB | 122 kB | 53/72 kB | 53 kB Progress (5): 335 kB | 26 kB | 122 kB | 57/72 kB | 53 kB Progress (5): 335 kB | 26 kB | 122 kB | 61/72 kB | 53 kB Progress (5): 335 kB | 26 kB | 122 kB | 66/72 kB | 53 kB Progress (5): 335 kB | 26 kB | 122 kB | 70/72 kB | 53 kB Progress (5): 335 kB | 26 kB | 122 kB | 72 kB | 53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 202 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 2.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/8.0/asm-8.0.jar (122 kB at 929 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.jar (53 kB at 399 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.jar (72 kB at 530 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Progress (2): 33 kB | 4.1/305 kB Progress (2): 33 kB | 8.2/305 kB Progress (2): 33 kB | 12/305 kB Progress (2): 33 kB | 16/305 kB Progress (2): 33 kB | 20/305 kB Progress (2): 33 kB | 25/305 kB Progress (2): 33 kB | 29/305 kB Progress (2): 33 kB | 33/305 kB Progress (3): 33 kB | 33/305 kB | 4.1/134 kB Progress (3): 33 kB | 37/305 kB | 4.1/134 kB Progress (3): 33 kB | 37/305 kB | 8.2/134 kB Progress (3): 33 kB | 41/305 kB | 8.2/134 kB Progress (3): 33 kB | 41/305 kB | 12/134 kB Progress (4): 33 kB | 41/305 kB | 12/134 kB | 4.1/37 kB Progress (4): 33 kB | 45/305 kB | 12/134 kB | 4.1/37 kB Progress (4): 33 kB | 45/305 kB | 12/134 kB | 8.2/37 kB Progress (4): 33 kB | 45/305 kB | 16/134 kB | 8.2/37 kB Progress (4): 33 kB | 45/305 kB | 16/134 kB | 12/37 kB Progress (4): 33 kB | 49/305 kB | 16/134 kB | 12/37 kB Progress (4): 33 kB | 49/305 kB | 20/134 kB | 12/37 kB Progress (4): 33 kB | 49/305 kB | 20/134 kB | 16/37 kB Progress (4): 33 kB | 53/305 kB | 20/134 kB | 16/37 kB Progress (4): 33 kB | 53/305 kB | 25/134 kB | 16/37 kB Progress (4): 33 kB | 53/305 kB | 25/134 kB | 20/37 kB Progress (4): 33 kB | 57/305 kB | 25/134 kB | 20/37 kB Progress (4): 33 kB | 57/305 kB | 25/134 kB | 25/37 kB Progress (4): 33 kB | 57/305 kB | 29/134 kB | 25/37 kB Progress (4): 33 kB | 57/305 kB | 29/134 kB | 29/37 kB Progress (4): 33 kB | 61/305 kB | 29/134 kB | 29/37 kB Progress (4): 33 kB | 61/305 kB | 29/134 kB | 33/37 kB Progress (4): 33 kB | 61/305 kB | 33/134 kB | 33/37 kB Progress (4): 33 kB | 61/305 kB | 33/134 kB | 37 kB Progress (4): 33 kB | 64/305 kB | 33/134 kB | 37 kB Progress (4): 33 kB | 64/305 kB | 37/134 kB | 37 kB Progress (4): 33 kB | 64/305 kB | 41/134 kB | 37 kB Progress (4): 33 kB | 68/305 kB | 41/134 kB | 37 kB Progress (4): 33 kB | 68/305 kB | 45/134 kB | 37 kB Progress (4): 33 kB | 72/305 kB | 45/134 kB | 37 kB Progress (4): 33 kB | 72/305 kB | 49/134 kB | 37 kB Progress (4): 33 kB | 76/305 kB | 49/134 kB | 37 kB Progress (4): 33 kB | 80/305 kB | 49/134 kB | 37 kB Progress (4): 33 kB | 80/305 kB | 53/134 kB | 37 kB Progress (4): 33 kB | 80/305 kB | 57/134 kB | 37 kB Progress (4): 33 kB | 84/305 kB | 57/134 kB | 37 kB Progress (4): 33 kB | 84/305 kB | 61/134 kB | 37 kB Progress (4): 33 kB | 88/305 kB | 61/134 kB | 37 kB Progress (4): 33 kB | 92/305 kB | 61/134 kB | 37 kB Progress (4): 33 kB | 92/305 kB | 66/134 kB | 37 kB Progress (4): 33 kB | 96/305 kB | 66/134 kB | 37 kB Progress (4): 33 kB | 96/305 kB | 70/134 kB | 37 kB Progress (4): 33 kB | 96/305 kB | 74/134 kB | 37 kB Progress (4): 33 kB | 100/305 kB | 74/134 kB | 37 kB Progress (4): 33 kB | 100/305 kB | 78/134 kB | 37 kB Progress (4): 33 kB | 105/305 kB | 78/134 kB | 37 kB Progress (4): 33 kB | 109/305 kB | 78/134 kB | 37 kB Progress (4): 33 kB | 109/305 kB | 82/134 kB | 37 kB Progress (4): 33 kB | 113/305 kB | 82/134 kB | 37 kB Progress (4): 33 kB | 113/305 kB | 86/134 kB | 37 kB Progress (4): 33 kB | 113/305 kB | 90/134 kB | 37 kB Progress (4): 33 kB | 117/305 kB | 90/134 kB | 37 kB Progress (4): 33 kB | 117/305 kB | 94/134 kB | 37 kB Progress (4): 33 kB | 121/305 kB | 94/134 kB | 37 kB Progress (4): 33 kB | 125/305 kB | 94/134 kB | 37 kB Progress (4): 33 kB | 125/305 kB | 98/134 kB | 37 kB Progress (4): 33 kB | 129/305 kB | 98/134 kB | 37 kB Progress (4): 33 kB | 129/305 kB | 102/134 kB | 37 kB Progress (4): 33 kB | 129/305 kB | 106/134 kB | 37 kB Progress (4): 33 kB | 133/305 kB | 106/134 kB | 37 kB Progress (4): 33 kB | 133/305 kB | 111/134 kB | 37 kB Progress (4): 33 kB | 137/305 kB | 111/134 kB | 37 kB Progress (4): 33 kB | 141/305 kB | 111/134 kB | 37 kB Progress (5): 33 kB | 141/305 kB | 111/134 kB | 37 kB | 4.1/215 kB Progress (5): 33 kB | 141/305 kB | 115/134 kB | 37 kB | 4.1/215 kB Progress (5): 33 kB | 145/305 kB | 115/134 kB | 37 kB | 4.1/215 kB Progress (5): 33 kB | 145/305 kB | 115/134 kB | 37 kB | 8.2/215 kB Progress (5): 33 kB | 145/305 kB | 119/134 kB | 37 kB | 8.2/215 kB Progress (5): 33 kB | 150/305 kB | 119/134 kB | 37 kB | 8.2/215 kB Progress (5): 33 kB | 150/305 kB | 119/134 kB | 37 kB | 12/215 kB Progress (5): 33 kB | 154/305 kB | 119/134 kB | 37 kB | 12/215 kB Progress (5): 33 kB | 154/305 kB | 123/134 kB | 37 kB | 12/215 kB Progress (5): 33 kB | 158/305 kB | 123/134 kB | 37 kB | 12/215 kB Progress (5): 33 kB | 158/305 kB | 123/134 kB | 37 kB | 16/215 kB Progress (5): 33 kB | 162/305 kB | 123/134 kB | 37 kB | 16/215 kB Progress (5): 33 kB | 162/305 kB | 127/134 kB | 37 kB | 16/215 kB Progress (5): 33 kB | 166/305 kB | 127/134 kB | 37 kB | 16/215 kB Progress (5): 33 kB | 166/305 kB | 131/134 kB | 37 kB | 16/215 kB Progress (5): 33 kB | 166/305 kB | 131/134 kB | 37 kB | 20/215 kB Progress (5): 33 kB | 166/305 kB | 134 kB | 37 kB | 20/215 kB Progress (5): 33 kB | 170/305 kB | 134 kB | 37 kB | 20/215 kB Progress (5): 33 kB | 170/305 kB | 134 kB | 37 kB | 25/215 kB Progress (5): 33 kB | 174/305 kB | 134 kB | 37 kB | 25/215 kB Progress (5): 33 kB | 174/305 kB | 134 kB | 37 kB | 29/215 kB Progress (5): 33 kB | 178/305 kB | 134 kB | 37 kB | 29/215 kB Progress (5): 33 kB | 178/305 kB | 134 kB | 37 kB | 33/215 kB Progress (5): 33 kB | 182/305 kB | 134 kB | 37 kB | 33/215 kB Progress (5): 33 kB | 186/305 kB | 134 kB | 37 kB | 33/215 kB Progress (5): 33 kB | 186/305 kB | 134 kB | 37 kB | 37/215 kB Progress (5): 33 kB | 191/305 kB | 134 kB | 37 kB | 37/215 kB Progress (5): 33 kB | 191/305 kB | 134 kB | 37 kB | 41/215 kB Progress (5): 33 kB | 195/305 kB | 134 kB | 37 kB | 41/215 kB Progress (5): 33 kB | 195/305 kB | 134 kB | 37 kB | 45/215 kB Progress (5): 33 kB | 195/305 kB | 134 kB | 37 kB | 49/215 kB Progress (5): 33 kB | 199/305 kB | 134 kB | 37 kB | 49/215 kB Progress (5): 33 kB | 199/305 kB | 134 kB | 37 kB | 53/215 kB Progress (5): 33 kB | 203/305 kB | 134 kB | 37 kB | 53/215 kB Progress (5): 33 kB | 203/305 kB | 134 kB | 37 kB | 57/215 kB Progress (5): 33 kB | 207/305 kB | 134 kB | 37 kB | 57/215 kB Progress (5): 33 kB | 207/305 kB | 134 kB | 37 kB | 61/215 kB Progress (5): 33 kB | 211/305 kB | 134 kB | 37 kB | 61/215 kB Progress (5): 33 kB | 211/305 kB | 134 kB | 37 kB | 66/215 kB Progress (5): 33 kB | 215/305 kB | 134 kB | 37 kB | 66/215 kB Progress (5): 33 kB | 215/305 kB | 134 kB | 37 kB | 70/215 kB Progress (5): 33 kB | 219/305 kB | 134 kB | 37 kB | 70/215 kB Progress (5): 33 kB | 219/305 kB | 134 kB | 37 kB | 74/215 kB Progress (5): 33 kB | 223/305 kB | 134 kB | 37 kB | 74/215 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.jar (33 kB at 227 kB/s) Progress (4): 223/305 kB | 134 kB | 37 kB | 78/215 kB Downloading from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.4.0/jdependency-2.4.0.jar Progress (4): 223/305 kB | 134 kB | 37 kB | 82/215 kB Progress (4): 227/305 kB | 134 kB | 37 kB | 82/215 kB Progress (4): 227/305 kB | 134 kB | 37 kB | 86/215 kB Progress (4): 227/305 kB | 134 kB | 37 kB | 90/215 kB Progress (4): 231/305 kB | 134 kB | 37 kB | 90/215 kB Progress (4): 231/305 kB | 134 kB | 37 kB | 94/215 kB Progress (4): 236/305 kB | 134 kB | 37 kB | 94/215 kB Progress (4): 240/305 kB | 134 kB | 37 kB | 94/215 kB Progress (4): 240/305 kB | 134 kB | 37 kB | 98/215 kB Progress (4): 244/305 kB | 134 kB | 37 kB | 98/215 kB Progress (4): 244/305 kB | 134 kB | 37 kB | 102/215 kB Progress (4): 244/305 kB | 134 kB | 37 kB | 106/215 kB Progress (4): 248/305 kB | 134 kB | 37 kB | 106/215 kB Progress (4): 248/305 kB | 134 kB | 37 kB | 111/215 kB Progress (4): 252/305 kB | 134 kB | 37 kB | 111/215 kB Progress (4): 256/305 kB | 134 kB | 37 kB | 111/215 kB Progress (4): 256/305 kB | 134 kB | 37 kB | 115/215 kB Progress (4): 260/305 kB | 134 kB | 37 kB | 115/215 kB Progress (4): 260/305 kB | 134 kB | 37 kB | 119/215 kB Progress (4): 260/305 kB | 134 kB | 37 kB | 123/215 kB Progress (4): 264/305 kB | 134 kB | 37 kB | 123/215 kB Progress (4): 264/305 kB | 134 kB | 37 kB | 127/215 kB Progress (4): 268/305 kB | 134 kB | 37 kB | 127/215 kB Progress (4): 272/305 kB | 134 kB | 37 kB | 127/215 kB Progress (4): 272/305 kB | 134 kB | 37 kB | 131/215 kB Progress (4): 277/305 kB | 134 kB | 37 kB | 131/215 kB Progress (4): 277/305 kB | 134 kB | 37 kB | 135/215 kB Progress (4): 277/305 kB | 134 kB | 37 kB | 139/215 kB Progress (4): 281/305 kB | 134 kB | 37 kB | 139/215 kB Progress (4): 281/305 kB | 134 kB | 37 kB | 143/215 kB Progress (4): 285/305 kB | 134 kB | 37 kB | 143/215 kB Progress (4): 289/305 kB | 134 kB | 37 kB | 143/215 kB Progress (4): 289/305 kB | 134 kB | 37 kB | 147/215 kB Progress (4): 293/305 kB | 134 kB | 37 kB | 147/215 kB Progress (4): 293/305 kB | 134 kB | 37 kB | 152/215 kB Progress (4): 293/305 kB | 134 kB | 37 kB | 156/215 kB Progress (4): 297/305 kB | 134 kB | 37 kB | 156/215 kB Progress (4): 297/305 kB | 134 kB | 37 kB | 160/215 kB Progress (4): 301/305 kB | 134 kB | 37 kB | 160/215 kB Progress (4): 305 kB | 134 kB | 37 kB | 160/215 kB Progress (4): 305 kB | 134 kB | 37 kB | 164/215 kB Progress (4): 305 kB | 134 kB | 37 kB | 168/215 kB Progress (4): 305 kB | 134 kB | 37 kB | 172/215 kB Progress (4): 305 kB | 134 kB | 37 kB | 176/215 kB Progress (4): 305 kB | 134 kB | 37 kB | 180/215 kB Progress (4): 305 kB | 134 kB | 37 kB | 184/215 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 243 kB/s) Progress (3): 305 kB | 134 kB | 188/215 kB Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/8.0/asm-util-8.0.jar Progress (3): 305 kB | 134 kB | 193/215 kB Progress (3): 305 kB | 134 kB | 197/215 kB Progress (3): 305 kB | 134 kB | 201/215 kB Progress (3): 305 kB | 134 kB | 205/215 kB Progress (3): 305 kB | 134 kB | 209/215 kB Progress (3): 305 kB | 134 kB | 213/215 kB Progress (3): 305 kB | 134 kB | 215 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 879 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.jar Progress (3): 305 kB | 215 kB | 4.1/180 kB Progress (3): 305 kB | 215 kB | 8.2/180 kB Progress (3): 305 kB | 215 kB | 12/180 kB Progress (3): 305 kB | 215 kB | 16/180 kB Progress (3): 305 kB | 215 kB | 20/180 kB Progress (3): 305 kB | 215 kB | 25/180 kB Progress (3): 305 kB | 215 kB | 29/180 kB Progress (3): 305 kB | 215 kB | 33/180 kB Progress (3): 305 kB | 215 kB | 37/180 kB Progress (3): 305 kB | 215 kB | 41/180 kB Progress (3): 305 kB | 215 kB | 45/180 kB Progress (3): 305 kB | 215 kB | 49/180 kB Progress (3): 305 kB | 215 kB | 53/180 kB Progress (3): 305 kB | 215 kB | 57/180 kB Progress (3): 305 kB | 215 kB | 60/180 kB Progress (3): 305 kB | 215 kB | 64/180 kB Progress (3): 305 kB | 215 kB | 68/180 kB Progress (3): 305 kB | 215 kB | 73/180 kB Progress (3): 305 kB | 215 kB | 77/180 kB Progress (3): 305 kB | 215 kB | 81/180 kB Progress (3): 305 kB | 215 kB | 85/180 kB Progress (3): 305 kB | 215 kB | 89/180 kB Progress (3): 305 kB | 215 kB | 93/180 kB Progress (3): 305 kB | 215 kB | 97/180 kB Progress (3): 305 kB | 215 kB | 101/180 kB Progress (3): 305 kB | 215 kB | 105/180 kB Progress (3): 305 kB | 215 kB | 109/180 kB Progress (3): 305 kB | 215 kB | 113/180 kB Progress (3): 305 kB | 215 kB | 118/180 kB Progress (3): 305 kB | 215 kB | 122/180 kB Progress (3): 305 kB | 215 kB | 126/180 kB Progress (3): 305 kB | 215 kB | 130/180 kB Progress (3): 305 kB | 215 kB | 134/180 kB Progress (3): 305 kB | 215 kB | 138/180 kB Progress (3): 305 kB | 215 kB | 142/180 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 1.9 MB/s) Progress (2): 215 kB | 146/180 kB Progress (3): 215 kB | 146/180 kB | 4.1/85 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Progress (3): 215 kB | 150/180 kB | 4.1/85 kB Progress (3): 215 kB | 150/180 kB | 8.2/85 kB Progress (3): 215 kB | 154/180 kB | 8.2/85 kB Progress (3): 215 kB | 154/180 kB | 12/85 kB Progress (3): 215 kB | 159/180 kB | 12/85 kB Progress (3): 215 kB | 159/180 kB | 16/85 kB Progress (3): 215 kB | 163/180 kB | 16/85 kB Progress (3): 215 kB | 163/180 kB | 20/85 kB Progress (3): 215 kB | 167/180 kB | 20/85 kB Progress (3): 215 kB | 167/180 kB | 25/85 kB Progress (3): 215 kB | 171/180 kB | 25/85 kB Progress (3): 215 kB | 171/180 kB | 29/85 kB Progress (3): 215 kB | 175/180 kB | 29/85 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 1.3 MB/s) Progress (2): 179/180 kB | 29/85 kB Progress (2): 179/180 kB | 33/85 kB Progress (3): 179/180 kB | 33/85 kB | 0/2.6 MB Progress (3): 180 kB | 33/85 kB | 0/2.6 MB Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Progress (3): 180 kB | 33/85 kB | 0/2.6 MB Progress (3): 180 kB | 37/85 kB | 0/2.6 MB Progress (3): 180 kB | 41/85 kB | 0/2.6 MB Progress (3): 180 kB | 45/85 kB | 0/2.6 MB Progress (3): 180 kB | 45/85 kB | 0/2.6 MB Progress (3): 180 kB | 49/85 kB | 0/2.6 MB Progress (3): 180 kB | 49/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 53/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 57/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 61/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 61/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 66/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 70/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 70/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 74/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 78/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 82/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 82/85 kB | 0.1/2.6 MB Progress (3): 180 kB | 85 kB | 0.1/2.6 MB Progress (3): 180 kB | 85 kB | 0.1/2.6 MB Progress (3): 180 kB | 85 kB | 0.1/2.6 MB Progress (3): 180 kB | 85 kB | 0.2/2.6 MB Progress (3): 180 kB | 85 kB | 0.2/2.6 MB Progress (3): 180 kB | 85 kB | 0.2/2.6 MB Progress (3): 180 kB | 85 kB | 0.2/2.6 MB Progress (3): 180 kB | 85 kB | 0.2/2.6 MB Progress (3): 180 kB | 85 kB | 0.2/2.6 MB Progress (3): 180 kB | 85 kB | 0.3/2.6 MB Progress (3): 180 kB | 85 kB | 0.3/2.6 MB Progress (3): 180 kB | 85 kB | 0.3/2.6 MB Progress (3): 180 kB | 85 kB | 0.3/2.6 MB Progress (3): 180 kB | 85 kB | 0.3/2.6 MB Progress (3): 180 kB | 85 kB | 0.3/2.6 MB Progress (3): 180 kB | 85 kB | 0.4/2.6 MB Progress (3): 180 kB | 85 kB | 0.4/2.6 MB Progress (3): 180 kB | 85 kB | 0.4/2.6 MB Progress (3): 180 kB | 85 kB | 0.4/2.6 MB Progress (3): 180 kB | 85 kB | 0.4/2.6 MB Progress (3): 180 kB | 85 kB | 0.4/2.6 MB Progress (3): 180 kB | 85 kB | 0.4/2.6 MB Progress (3): 180 kB | 85 kB | 0.5/2.6 MB Progress (3): 180 kB | 85 kB | 0.5/2.6 MB Progress (3): 180 kB | 85 kB | 0.5/2.6 MB Progress (3): 180 kB | 85 kB | 0.5/2.6 MB Progress (3): 180 kB | 85 kB | 0.5/2.6 MB Progress (3): 180 kB | 85 kB | 0.5/2.6 MB Progress (3): 180 kB | 85 kB | 0.6/2.6 MB Progress (3): 180 kB | 85 kB | 0.6/2.6 MB Progress (3): 180 kB | 85 kB | 0.6/2.6 MB Progress (3): 180 kB | 85 kB | 0.6/2.6 MB Progress (3): 180 kB | 85 kB | 0.6/2.6 MB Progress (3): 180 kB | 85 kB | 0.6/2.6 MB Progress (3): 180 kB | 85 kB | 0.7/2.6 MB Progress (3): 180 kB | 85 kB | 0.7/2.6 MB Progress (4): 180 kB | 85 kB | 0.7/2.6 MB | 4.1/4.6 kB Progress (4): 180 kB | 85 kB | 0.7/2.6 MB | 4.1/4.6 kB Progress (4): 180 kB | 85 kB | 0.7/2.6 MB | 4.6 kB Progress (4): 180 kB | 85 kB | 0.7/2.6 MB | 4.6 kB Progress (4): 180 kB | 85 kB | 0.7/2.6 MB | 4.6 kB Progress (4): 180 kB | 85 kB | 0.7/2.6 MB | 4.6 kB Progress (5): 180 kB | 85 kB | 0.7/2.6 MB | 4.6 kB | 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.4.0/jdependency-2.4.0.jar (180 kB at 1.1 MB/s) Progress (4): 85 kB | 0.8/2.6 MB | 4.6 kB | 2.2 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Progress (4): 85 kB | 0.8/2.6 MB | 4.6 kB | 2.2 kB Progress (4): 85 kB | 0.8/2.6 MB | 4.6 kB | 2.2 kB Progress (4): 85 kB | 0.8/2.6 MB | 4.6 kB | 2.2 kB Progress (4): 85 kB | 0.8/2.6 MB | 4.6 kB | 2.2 kB Progress (4): 85 kB | 0.8/2.6 MB | 4.6 kB | 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/8.0/asm-util-8.0.jar (85 kB at 498 kB/s) Progress (3): 0.9/2.6 MB | 4.6 kB | 2.2 kB Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar Progress (3): 0.9/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 0.9/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 0.9/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 0.9/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 0.9/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.0/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.0/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.0/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.0/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.0/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.0/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.1/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.1/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.1/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.1/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.1/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.1/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.2/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.2/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.2/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.2/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.2/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.2/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.3/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.3/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.3/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.3/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.3/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.3/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.4/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.4/2.6 MB | 4.6 kB | 2.2 kB Progress (3): 1.4/2.6 MB | 4.6 kB | 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar Progress (2): 1.4/2.6 MB | 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 12 kB/s) Progress (1): 1.4/2.6 MB Progress (2): 1.4/2.6 MB | 4.1/20 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Progress (2): 1.4/2.6 MB | 4.1/20 kB Progress (2): 1.4/2.6 MB | 8.2/20 kB Progress (2): 1.4/2.6 MB | 12/20 kB Progress (2): 1.4/2.6 MB | 16/20 kB Progress (2): 1.4/2.6 MB | 16/20 kB Progress (2): 1.4/2.6 MB | 20 kB Progress (2): 1.5/2.6 MB | 20 kB Progress (2): 1.5/2.6 MB | 20 kB Progress (2): 1.5/2.6 MB | 20 kB Progress (2): 1.5/2.6 MB | 20 kB Progress (3): 1.5/2.6 MB | 20 kB | 4.1/5.9 kB Progress (3): 1.5/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.5/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.5/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.6/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.6/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.6/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.6/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.6/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.6/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.7/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.7/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.7/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.7/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.7/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.7/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.8/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.8/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.8/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.8/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.8/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.8/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.9/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.9/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.9/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.9/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.9/2.6 MB | 20 kB | 5.9 kB Progress (3): 1.9/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.0/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.0/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.0/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.0/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.0/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.0/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.0/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.1/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.1/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.1/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.1/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.1/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.1/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.2/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.2/2.6 MB | 20 kB | 5.9 kB Progress (3): 2.2/2.6 MB | 20 kB | 5.9 kB Progress (4): 2.2/2.6 MB | 20 kB | 5.9 kB | 4.1/14 kB Progress (4): 2.2/2.6 MB | 20 kB | 5.9 kB | 4.1/14 kB Progress (4): 2.2/2.6 MB | 20 kB | 5.9 kB | 8.2/14 kB Progress (4): 2.2/2.6 MB | 20 kB | 5.9 kB | 12/14 kB Progress (4): 2.2/2.6 MB | 20 kB | 5.9 kB | 12/14 kB Progress (4): 2.2/2.6 MB | 20 kB | 5.9 kB | 14 kB Progress (4): 2.2/2.6 MB | 20 kB | 5.9 kB | 14 kB Progress (4): 2.3/2.6 MB | 20 kB | 5.9 kB | 14 kB Progress (4): 2.3/2.6 MB | 20 kB | 5.9 kB | 14 kB Progress (4): 2.3/2.6 MB | 20 kB | 5.9 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 106 kB/s) Progress (3): 2.3/2.6 MB | 5.9 kB | 14 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar Progress (3): 2.3/2.6 MB | 5.9 kB | 14 kB Progress (4): 2.3/2.6 MB | 5.9 kB | 14 kB | 4.1/8.8 kB Progress (4): 2.3/2.6 MB | 5.9 kB | 14 kB | 8.2/8.8 kB Progress (4): 2.3/2.6 MB | 5.9 kB | 14 kB | 8.2/8.8 kB Progress (4): 2.3/2.6 MB | 5.9 kB | 14 kB | 8.8 kB Progress (4): 2.4/2.6 MB | 5.9 kB | 14 kB | 8.8 kB Progress (4): 2.4/2.6 MB | 5.9 kB | 14 kB | 8.8 kB Progress (4): 2.4/2.6 MB | 5.9 kB | 14 kB | 8.8 kB Progress (4): 2.4/2.6 MB | 5.9 kB | 14 kB | 8.8 kB Progress (4): 2.4/2.6 MB | 5.9 kB | 14 kB | 8.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar (5.9 kB at 31 kB/s) Progress (3): 2.4/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.5/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.5/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.5/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.5/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.5/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.5/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.6/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.6/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.6/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.6/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.6/2.6 MB | 14 kB | 8.8 kB Progress (3): 2.6 MB | 14 kB | 8.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 71 kB/s) Progress (3): 2.6 MB | 8.8 kB | 4.1/500 kB Progress (3): 2.6 MB | 8.8 kB | 8.2/500 kB Progress (3): 2.6 MB | 8.8 kB | 12/500 kB Progress (3): 2.6 MB | 8.8 kB | 16/500 kB Progress (3): 2.6 MB | 8.8 kB | 20/500 kB Progress (3): 2.6 MB | 8.8 kB | 24/500 kB Progress (3): 2.6 MB | 8.8 kB | 28/500 kB Progress (3): 2.6 MB | 8.8 kB | 32/500 kB Progress (3): 2.6 MB | 8.8 kB | 36/500 kB Progress (3): 2.6 MB | 8.8 kB | 40/500 kB Progress (3): 2.6 MB | 8.8 kB | 44/500 kB Progress (3): 2.6 MB | 8.8 kB | 49/500 kB Progress (3): 2.6 MB | 8.8 kB | 53/500 kB Progress (3): 2.6 MB | 8.8 kB | 57/500 kB Progress (3): 2.6 MB | 8.8 kB | 61/500 kB Progress (3): 2.6 MB | 8.8 kB | 65/500 kB Progress (3): 2.6 MB | 8.8 kB | 69/500 kB Progress (3): 2.6 MB | 8.8 kB | 73/500 kB Progress (3): 2.6 MB | 8.8 kB | 77/500 kB Progress (3): 2.6 MB | 8.8 kB | 81/500 kB Progress (3): 2.6 MB | 8.8 kB | 85/500 kB Progress (3): 2.6 MB | 8.8 kB | 90/500 kB Progress (3): 2.6 MB | 8.8 kB | 94/500 kB Progress (3): 2.6 MB | 8.8 kB | 98/500 kB Progress (3): 2.6 MB | 8.8 kB | 102/500 kB Progress (3): 2.6 MB | 8.8 kB | 106/500 kB Progress (3): 2.6 MB | 8.8 kB | 110/500 kB Progress (3): 2.6 MB | 8.8 kB | 114/500 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.jar (2.6 MB at 13 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 44 kB/s) Progress (1): 118/500 kB Progress (1): 122/500 kB Progress (1): 126/500 kB Progress (1): 130/500 kB Progress (1): 135/500 kB Progress (1): 139/500 kB Progress (1): 143/500 kB Progress (1): 147/500 kB Progress (1): 151/500 kB Progress (1): 155/500 kB Progress (1): 159/500 kB Progress (1): 163/500 kB Progress (1): 167/500 kB Progress (1): 171/500 kB Progress (1): 176/500 kB Progress (1): 180/500 kB Progress (1): 184/500 kB Progress (1): 188/500 kB Progress (1): 192/500 kB Progress (1): 196/500 kB Progress (1): 200/500 kB Progress (1): 204/500 kB Progress (1): 208/500 kB Progress (1): 212/500 kB Progress (1): 217/500 kB Progress (1): 221/500 kB Progress (1): 225/500 kB Progress (1): 229/500 kB Progress (1): 233/500 kB Progress (1): 237/500 kB Progress (1): 241/500 kB Progress (1): 245/500 kB Progress (1): 249/500 kB Progress (1): 253/500 kB Progress (1): 257/500 kB Progress (1): 262/500 kB Progress (1): 266/500 kB Progress (1): 270/500 kB Progress (1): 274/500 kB Progress (1): 278/500 kB Progress (1): 282/500 kB Progress (1): 286/500 kB Progress (1): 290/500 kB Progress (1): 294/500 kB Progress (1): 298/500 kB Progress (1): 303/500 kB Progress (1): 307/500 kB Progress (1): 311/500 kB Progress (1): 315/500 kB Progress (1): 319/500 kB Progress (1): 323/500 kB Progress (1): 327/500 kB Progress (1): 331/500 kB Progress (1): 335/500 kB Progress (1): 339/500 kB Progress (1): 343/500 kB Progress (1): 348/500 kB Progress (1): 352/500 kB Progress (1): 356/500 kB Progress (1): 360/500 kB Progress (1): 364/500 kB Progress (1): 368/500 kB Progress (1): 372/500 kB Progress (1): 376/500 kB Progress (1): 380/500 kB Progress (1): 384/500 kB Progress (1): 389/500 kB Progress (1): 393/500 kB Progress (1): 397/500 kB Progress (1): 401/500 kB Progress (1): 405/500 kB Progress (1): 409/500 kB Progress (1): 413/500 kB Progress (1): 417/500 kB Progress (1): 421/500 kB Progress (1): 425/500 kB Progress (1): 430/500 kB Progress (1): 434/500 kB Progress (1): 438/500 kB Progress (1): 442/500 kB Progress (1): 446/500 kB Progress (1): 450/500 kB Progress (1): 454/500 kB Progress (1): 458/500 kB Progress (1): 462/500 kB Progress (1): 466/500 kB Progress (1): 470/500 kB Progress (1): 475/500 kB Progress (1): 479/500 kB Progress (1): 483/500 kB Progress (1): 487/500 kB Progress (1): 491/500 kB Progress (1): 495/500 kB Progress (1): 499/500 kB Progress (1): 500 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar (500 kB at 2.3 MB/s) [INFO] Including io.github.stuartwdouglas.hacbs-test.simple:simple-jdk17:jar:0.1.2 in the shaded jar. [INFO] Including io.github.stuartwdouglas.hacbs-test.shaded:shaded-jdk11:jar:1.9 in the shaded jar. [INFO] Including io.github.stuartwdouglas.hacbs-test.simple:simple-jdk8:jar:1.2.4 in the shaded jar. [INFO] Including io.github.stuartwdouglas.hacbs-test.gradle:hacbs-test-simple-gradle-jdk8:jar:1.1 in the shaded jar. [WARNING] hacbs-test-simple-gradle-jdk8-1.1.jar, hacbs-test.jar, shaded-jdk11-1.9.jar, simple-jdk17-0.1.2.jar, simple-jdk8-1.2.4.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] shaded-jdk11-1.9.jar, simple-jdk8-1.2.4.jar define 3 overlapping classes and resources: [WARNING] - META-INF/maven/io.github.stuartwdouglas.hacbs-test.simple/simple-jdk8/pom.properties [WARNING] - META-INF/maven/io.github.stuartwdouglas.hacbs-test.simple/simple-jdk8/pom.xml [WARNING] - io.github.stuartwdouglas.hacbstest.simple.simplejdk8.Placeholder [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /work/target/hacbs-test.jar with /work/target/simple-java-project-1.0-SNAPSHOT-shaded.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.806 s [INFO] Finished at: 2025-09-12T13:06:05Z [INFO] ------------------------------------------------------------------------ [2/2] STEP 1/9: FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.13 [2/2] STEP 2/9: USER 185 [2/2] STEP 3/9: WORKDIR /work/ [2/2] STEP 4/9: COPY --from=builder /work/target/hacbs-test.jar /deployments [2/2] STEP 5/9: EXPOSE 8081 [2/2] STEP 6/9: ENV AB_JOLOKIA_OFF="" [2/2] STEP 7/9: ENV JAVA_APP_JAR="/deployments/hacbs-test.jar" [2/2] STEP 8/9: COPY labels.json /root/buildinfo/labels.json [2/2] STEP 9/9: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="fbaa0e33cad303be6e107ffca96ce4d5a5a863a2" "quay.expires-after"="5d" "build-date"="2025-09-12T13:05:36Z" [2/2] COMMIT quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 --> 60eaeaf22c7d Successfully tagged quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 60eaeaf22c7d66eec060c183ace5455218a148a996f4c74b4e36610f9184062a [2025-09-12T13:06:15,616152694+00:00] Unsetting proxy [2025-09-12T13:06:15,617048990+00:00] Add metadata Recording base image digests used registry.access.redhat.com/ubi8/openjdk-17:1.13 registry.access.redhat.com/ubi8/openjdk-17:1.13@sha256:774fc45231657c73ada4d22d1f12bbf88206da2d49d982404bd8fd95db8482b7 registry.access.redhat.com/ubi8/openjdk-17-runtime:1.13 registry.access.redhat.com/ubi8/openjdk-17-runtime:1.13@sha256:335cbd019538a8a1f5e70e7a32fad2928fb9e6c2bef47bea7d506c0b779946e2 Getting image source signatures Copying blob sha256:b46cea9d8ba8afc468da6782d8babe91ed01a7023594d8c701eaaf776e852f4a Copying blob sha256:dff9f8de74c048baca326e1d79db28e7615e8e96497c630177c53e61bbd2f906 Copying blob sha256:7cda6ce113beb1259d6bfcc07aec67b8bfe7bde8dba632c478befb5ff9c3f49a Copying blob sha256:e34e3bdec2768c1b351fdcc47094e9e345a7e1c2115d667549e76a02ed282d3c Copying config sha256:60eaeaf22c7d66eec060c183ace5455218a148a996f4c74b4e36610f9184062a Writing manifest to image destination [2025-09-12T13:06:22,019279721+00:00] End build pod: test-component-pac-ahflha-o4b33993acacd136250334ab91da9cf54-pod | container step-push: [2025-09-12T13:06:22,899175930+00:00] Update CA trust INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-09-12T13:06:24,682017517+00:00] Convert image [2025-09-12T13:06:24,682868852+00:00] Push image with unique tag Pushing to quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:test-component-pac-ahflha-on-pull-request-dhjbg-build-container Executing: buildah push --format=oci --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 docker://quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:test-component-pac-ahflha-on-pull-request-dhjbg-build-container [2025-09-12T13:06:34,190591983+00:00] Push image with git revision Pushing to quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 Executing: buildah push --format=oci --retry 3 --tls-verify=true --digestfile /workspace/source/image-digest quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 docker://quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 sha256:3705f43d1bf8f85a966fed5924188f72519368772bb5aadfaa1570c510ec8bb8quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 [2025-09-12T13:06:35,676115464+00:00] End push pod: test-component-pac-ahflha-o4b33993acacd136250334ab91da9cf54-pod | container step-sbom-syft-generate: [2025-09-12T13:06:36,102040575+00:00] Generate SBOM Running syft on the source directory [0000] WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) Running syft on the image [2025-09-12T13:06:43,632180275+00:00] End sbom-syft-generate pod: test-component-pac-ahflha-o4b33993acacd136250334ab91da9cf54-pod | container step-prepare-sboms: [2025-09-12T13:06:44,039527797+00:00] Prepare SBOM [2025-09-12T13:06:44,043826506+00:00] Generate SBOM with mobster 2025-09-12 13:06:47,457 [INFO] mobster.log: Logging level set to 20 2025-09-12 13:06:47,585 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-alsa-lib-9d77ba396df35e84', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-audit-libs-613112d87e762c39', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-avahi-libs-3febfbbce2b89edc', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-basesystem-a566ed9debd00cc2', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bash-f8c0737ab04347d2', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bzip2-libs-8e2251ccb4e65cc7', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ca-certificates-3997b1fee080fe09', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-chkconfig-7be58b3ac5ca739b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-copy-jdk-configs-3e014a7012c53701', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-coreutils-single-02ee1f3bb7661cd4', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-crypto-policies-7558551f237a46fb', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-crypto-policies-scripts-bac04ea2d7fe6533', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-and-zlib. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-and-zlib', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cups-libs-e05ea1209e50a10e', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-and-zlib', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-with-advertising. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-with-advertising', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cyrus-sasl-lib-b62be623a0a6b6c8', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-with-advertising', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-AFL--and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-AFL--and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-libs-da53d086e727c9af', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-AFL--and-GPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-libelf-5332e6624d30a063', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-file-libs-b2b1e90074e174bb', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-filesystem-9a702baa1d7ccc3c', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-findutils-23ed2a56866c95e1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-freetype-7db4aa0cad1ed160', element_type=, full_element=LicenseSymbol('LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gawk-b136a6b20e37bb61', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdbm-171e2223568efd8c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdbm-libs-30ffa54c80024397', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glib2-b52e89f0bda92bce', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-06514ebcdadf613c', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-common-ceb0e80a78c03fce', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-minimal-langpack-44644ae9d06e21e4', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3--or-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3--or-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gmp-e5d88b6bc229304a', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3--or-GPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gnupg2-f6bf1d265992db14', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gnutls-d804e74a3c9e74f4', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2---LGPLv2---MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2---LGPLv2---MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gobject-introspection-ba8b5797748d28ee', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2---LGPLv2---MIT', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-pubkey. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-pubkey', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpg-pubkey-f5c8d56c75754b5f', element_type=, full_element=LicenseSymbol('LicenseRef-pubkey', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-pubkey. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-pubkey', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpg-pubkey-5e92656c47f48ecf', element_type=, full_element=LicenseSymbol('LicenseRef-pubkey', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpgme-4c577ac790f6c4ca', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--LGPLv2--or-GPLv2--or-MPL--and--Netscape-or-GPLv2--or-LGPLv2--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--LGPLv2--or-GPLv2--or-MPL--and--Netscape-or-GPLv2--or-LGPLv2--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-graphite2-6a95c8d364afa3b1', element_type=, full_element=LicenseSymbol('LicenseRef--LGPLv2--or-GPLv2--or-MPL--and--Netscape-or-GPLv2--or-LGPLv2--', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-grep-62748f1cf59e78e0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-info-0c240782403012b9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-1.1-and-ASL-2.0-and-BSD-and-BSD-with-advertising-and-GPL--and-GPLv2-and-GPLv2-with-exceptions-and-IJG-and-LGPLv2--and-MIT-and-MPLv2.0-and-Public-Domain-and-W3C-and-zlib-and-ISC-and-FTL-and-RSA. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-1.1-and-ASL-2.0-and-BSD-and-BSD-with-advertising-and-GPL--and-GPLv2-and-GPLv2-with-exceptions-and-IJG-and-LGPLv2--and-MIT-and-MPLv2.0-and-Public-Domain-and-W3C-and-zlib-and-ISC-and-FTL-and-RSA', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-java-17-openjdk-headless-0b824029d8e1d4b4', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-1.1-and-ASL-2.0-and-BSD-and-BSD-with-advertising-and-GPL--and-GPLv2-and-GPLv2-with-exceptions-and-IJG-and-LGPLv2--and-MIT-and-MPLv2.0-and-Public-Domain-and-W3C-and-zlib-and-ISC-and-FTL-and-RSA', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-javapackages-filesystem-bf9dfedb10f8c056', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-json-glib-c268f72ac3a7ab82', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-keyutils-libs-fb339dfb8f3e27ca', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-langpacks-en-7f497674d4f61708', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libacl-d9b2f355148105f9', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libarchive-32edcfc0b90b8038', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libassuan-910cdaee48cf27ae', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libattr-8bc69a810e8f2b1b', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libblkid-7da9986d693e5d75', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-or-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-or-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libcap-2af481b3224ee864', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-or-GPLv2', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libcap-ng-6cda48dc144381c6', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-LGPLv2-and-Sleepycat. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-LGPLv2-and-Sleepycat', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdb-52cca3419957fd34', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-LGPLv2-and-Sleepycat', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-LGPLv2-and-Sleepycat. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-LGPLv2-and-Sleepycat', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdb-utils-45fc3af425104573', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-LGPLv2-and-Sleepycat', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdnf-ccae69a8f1bf26b4', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgcc-ba5d65a6c060f2a4', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgcrypt-e14cd65dc8caf2e1', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,586 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgpg-error-f6401be289a29951', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libidn2-e9cc720df2ba47f6', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libksba-c458c69039ddf9a9', element_type=, full_element=LicenseSymbol('LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libmount-b2602aa040563c45', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libnsl2-974a9a618fb001f2', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libpeas-392f0a5fcadeebb2', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-librepo-1edd83592cb43f21', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-librhsm-0e43b0ba87052b0c', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libselinux-741765cd1a185d2d', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsemanage-a43082f978972d87', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsepol-eaf59e7be20c7d3e', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsigsegv-d10251040527a1d2', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsmartcols-3a88de361adcb22b', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsolv-21f244cf9f97047c', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libssh-2a822b50c08c6dbc', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libssh-config-7242e01e7ce6f34c', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libstdc---42c2775b99d995f0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libtasn1-bc7e0f562ad0af38', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-SISSL-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-SISSL-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libtirpc-45c08f330b57c72c', element_type=, full_element=LicenseSymbol('LicenseRef-SISSL-and-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libunistring-15d0b38d72c007b5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libusbx-2f4c2ad8310540ef', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libuuid-f027380152a9ab5d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libxcrypt-b9df6c919c8ec343', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-BSD-and-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libzstd-1ed86a8e00e9ac03', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-GPLv2', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-lksctp-tools-a9940d3a6246983b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-and-GPLv2--and-LGPLv2-and-MIT', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-lz4-libs-3a9e7d2273c9bbfb', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-microdnf-ca0883d7a6cb4e50', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3--and-GPLv3--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3--and-GPLv3--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mpfr-175ae5bab65df163', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3--and-GPLv3--and-GFDL', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3--or-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3--or-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nettle-3e6d10a0bd45cd13', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3--or-GPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-npth-49e61fbd0ece437a', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nspr-495ca63cbb5d2da8', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nss-99732969244796ee', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nss-softokn-5d5585da8d6d7b5b', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nss-softokn-freebl-8a795f2d88fba428', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nss-sysinit-95eddc7ee1ffcc88', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nss-util-06368e0fd4fc989a', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-OpenLDAP. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-OpenLDAP', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openldap-6604d79f06e6a6ea', element_type=, full_element=LicenseSymbol('LicenseRef-OpenLDAP', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-OpenSSL-and-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-OpenSSL-and-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssl-libs-9c2496b95b339aa1', element_type=, full_element=LicenseSymbol('LicenseRef-OpenSSL-and-ASL-2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-p11-kit-02fdbe376d7ff60e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-p11-kit-trust-6f36c2fb68f0d025', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-b69f47803eba9ba3', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-94338f073bbafec3', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-platform-python-1d506ef7d1cf0ec1', element_type=, full_element=LicenseSymbol('LicenseRef-Python', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-publicsuffix-list-dafsa-1dd4b2b010fd6827', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-libs-ba1fca08c50385c8', element_type=, full_element=LicenseSymbol('LicenseRef-Python', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-pip-wheel-b96891273d3abf6c', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-readline-896d39f632606396', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-redhat-release-7d59ee0a93ee89c5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rootfiles-a1463735fcbe5d88', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-2f9cf95da4a08874', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-libs-37c981540b240e5c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--with-exceptions', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rsync-1311e1dbd1b331f6', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sed-a7c3ddd7a84ee0a5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-setup-6029852eadf262c8', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-UNKNOWN. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-UNKNOWN', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-setuptools-6ba7a1875f9b0bd8', element_type=, full_element=LicenseSymbol('LicenseRef-UNKNOWN', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-shadow-utils-b3f10928bc4724c5', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-GPLv2-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-The-Apache-Software-License--Version-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-The-Apache-Software-License--Version-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-java-archive-simple-jdk8-a780a92ccbcbd91a', element_type=, full_element=LicenseSymbol('LicenseRef-The-Apache-Software-License--Version-2.0', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sqlite-libs-a9b26c5c64fb3721', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-libs-e2fb44fa2a503830', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tar-abe2e7d85476bfe0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tzdata-31c5f3c5f60c20b0', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tzdata-java-a9f248ba25a315c4', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,587 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-unzip-d8a1209f702b5011', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-12 13:06:47,588 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xz-libs-e91578fe83af8db0', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-12 13:06:47,588 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-zlib-and-Boost. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-zlib-and-Boost', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-zlib-cddb82e3b97b6765', element_type=, full_element=LicenseSymbol('LicenseRef-zlib-and-Boost', is_exception=False))) 2025-09-12 13:06:47,618 [INFO] mobster.main: Exiting with code 0. [2025-09-12T13:06:47,689272794+00:00] End prepare-sboms pod: test-component-pac-ahflha-o4b33993acacd136250334ab91da9cf54-pod | container step-upload-sbom: [2025-09-12T13:06:48,024189091+00:00] Upload SBOM INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' Using token for quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha Pushing sbom to registry Executing: cosign attach sbom --sbom sbom.json --type spdx quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2@sha256:3705f43d1bf8f85a966fed5924188f72519368772bb5aadfaa1570c510ec8bb8 quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha@sha256:3bca0f47e58da9c0d72bbc8c005897c6f36abdc568021eea41d74e4530b30ee0 [2025-09-12T13:06:51,411240021+00:00] End upload-sbom pod: test-component-pac-ahflha-o75776df73e2f6c8578925b61762d0b2d-pod | init container: prepare 2025/09/12 13:07:27 Entrypoint initialization pod: test-component-pac-ahflha-o75776df73e2f6c8578925b61762d0b2d-pod | init container: place-scripts 2025/09/12 13:07:32 Decoded script /tekton/scripts/script-0-5thvw pod: test-component-pac-ahflha-o75776df73e2f6c8578925b61762d0b2d-pod | init container: working-dir-initializer pod: test-component-pac-ahflha-o75776df73e2f6c8578925b61762d0b2d-pod | container step-push: [2025-09-12T13:08:04,836263482+00:00] Validate context path Selecting auth for quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 Using token for quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha Pushing Dockerfile to registry Executing: oras push --no-tty --format json --registry-config /tmp/tmp.rAfbWEtrHP --artifact-type application/vnd.konflux.dockerfile quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:sha256-3705f43d1bf8f85a966fed5924188f72519368772bb5aadfaa1570c510ec8bb8.dockerfile Dockerfile pod: test-component-pac-ahflha-oca400d9d2767303864a36068ae8245b5-pod | init container: prepare 2025/09/12 13:10:06 Entrypoint initialization pod: test-component-pac-ahflha-oca400d9d2767303864a36068ae8245b5-pod | init container: place-scripts 2025/09/12 13:10:08 Decoded script /tekton/scripts/script-0-xmktf pod: test-component-pac-ahflha-oca400d9d2767303864a36068ae8245b5-pod | container step-appstudio-summary: Build Summary: Build repository: https://github.com/redhat-appstudio-qe/konflux-test-integration?rev=fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 Generated Image is in : quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 End Summary pod: test-component-pac-ahflha-off58e68391f77b42b5c1c8a2b7003682-pod | init container: prepare 2025/09/12 13:07:06 Entrypoint initialization pod: test-component-pac-ahflha-off58e68391f77b42b5c1c8a2b7003682-pod | init container: place-scripts 2025/09/12 13:07:10 Decoded script /tekton/scripts/script-0-p776t 2025/09/12 13:07:10 Decoded script /tekton/scripts/script-1-f6k22 2025/09/12 13:07:10 Decoded script /tekton/scripts/script-2-kfshj 2025/09/12 13:07:10 Decoded script /tekton/scripts/script-3-fnh4f 2025/09/12 13:07:10 Decoded script /tekton/scripts/script-4-qw5bm 2025/09/12 13:07:10 Decoded script /tekton/scripts/script-5-5vvh9 pod: test-component-pac-ahflha-off58e68391f77b42b5c1c8a2b7003682-pod | container step-introspect: Artifact type will be determined by introspection. Checking the media type of the OCI artifact... Executing: skopeo inspect --raw --retry-times 3 docker://quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 The media type of the OCI artifact is application/vnd.oci.image.manifest.v1+json. Looking for image labels that indicate this might be an operator bundle... Executing: skopeo inspect --retry-times 3 docker://quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 Found 0 matching labels. Expecting 3 or more to identify this image as an operator bundle. Introspection concludes that this artifact is of type "application". pod: test-component-pac-ahflha-off58e68391f77b42b5c1c8a2b7003682-pod | container step-generate-container-auth: Selecting auth for quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 Using token for quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha Auth json written to "/auth/auth.json". pod: test-component-pac-ahflha-off58e68391f77b42b5c1c8a2b7003682-pod | container step-set-skip-for-bundles: 2025/09/12 13:08:56 INFO Step was skipped due to when expressions were evaluated to false. pod: test-component-pac-ahflha-off58e68391f77b42b5c1c8a2b7003682-pod | container step-app-check: time="2025-09-12T13:08:56Z" level=info msg="certification library version" version="1.14.1 " time="2025-09-12T13:08:57Z" level=info msg="running checks for quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 for platform amd64" time="2025-09-12T13:08:57Z" level=info msg="target image" image="quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2" time="2025-09-12T13:09:08Z" level=info msg="check completed" check=HasLicense result=FAILED time="2025-09-12T13:09:08Z" level=info msg="check completed" check=HasUniqueTag result=PASSED time="2025-09-12T13:09:08Z" level=info msg="check completed" check=LayerCountAcceptable result=PASSED time="2025-09-12T13:09:08Z" level=info msg="check completed" check=HasNoProhibitedPackages result=PASSED time="2025-09-12T13:09:08Z" level=info msg="check completed" check=HasRequiredLabel result=PASSED time="2025-09-12T13:09:08Z" level=info msg="USER 185 specified that is non-root" check=RunAsNonRoot time="2025-09-12T13:09:08Z" level=info msg="check completed" check=RunAsNonRoot result=PASSED time="2025-09-12T13:09:16Z" level=info msg="check completed" check=HasModifiedFiles result=PASSED time="2025-09-12T13:09:17Z" level=info msg="check completed" check=BasedOnUbi result=PASSED time="2025-09-12T13:09:17Z" level=info msg="This image's tag on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 will be paired with digest sha256:3705f43d1bf8f85a966fed5924188f72519368772bb5aadfaa1570c510ec8bb8 once this image has been published in accordance with Red Hat Certification policy. You may then add or remove any supplemental tags through your Red Hat Connect portal as you see fit." { "image": "quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2", "passed": false, "test_library": { "name": "github.com/redhat-openshift-ecosystem/openshift-preflight", "version": "1.14.1", "commit": "436b6cd740f4144eba59ad1378be00383c7b0269" }, "results": { "passed": [ { "name": "HasUniqueTag", time="2025-09-12T13:09:17Z" level=info msg="Preflight result: FAILED" "elapsed_time": 0, "description": "Checking if container has a tag other than 'latest', so that the image can be uniquely identified." }, { "name": "LayerCountAcceptable", "elapsed_time": 0, "description": "Checking if container has less than 40 layers. Too many layers within the container images can degrade container performance." }, { "name": "HasNoProhibitedPackages", "elapsed_time": 38, "description": "Checks to ensure that the image in use does not include prohibited packages, such as Red Hat Enterprise Linux (RHEL) kernel packages." }, { "name": "HasRequiredLabel", "elapsed_time": 0, "description": "Checking if the required labels (name, vendor, version, release, summary, description, maintainer) are present in the container metadata" }, { "name": "RunAsNonRoot", "elapsed_time": 0, "description": "Checking if container runs as the root user because a container that does not specify a non-root user will fail the automatic certification, and will be subject to a manual review before the container can be approved for publication" }, { "name": "HasModifiedFiles", "elapsed_time": 8372, "description": "Checks that no files installed via RPM in the base Red Hat layer have been modified" }, { "name": "BasedOnUbi", "elapsed_time": 1203, "description": "Checking if the container's base image is based upon the Red Hat Universal Base Image (UBI)" } ], "failed": [ { "name": "HasLicense", "elapsed_time": 0, "description": "Checking if terms and conditions applicable to the software including open source licensing information are present. The license must be at /licenses", "help": "Check HasLicense encountered an error. Please review the preflight.log file for more information.", "suggestion": "Create a directory named /licenses and include all relevant licensing and/or terms and conditions as text file(s) in that directory.", "knowledgebase_url": "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction", "check_url": "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction" } ], "errors": [] } } pod: test-component-pac-ahflha-off58e68391f77b42b5c1c8a2b7003682-pod | container step-app-set-outcome: {"result":"FAILURE","timestamp":"1757682558","note":"Task preflight is a FAILURE: Refer to Tekton task logs for more information","successes":7,"failures":1,"warnings":0} pod: test-component-pac-ahflha-off58e68391f77b42b5c1c8a2b7003682-pod | container step-final-outcome: + [[ ! -f /mount/konflux.results.json ]] + tee /tekton/steps/step-final-outcome/results/test-output {"result":"FAILURE","timestamp":"1757682558","note":"Task preflight is a FAILURE: Refer to Tekton task logs for more information","successes":7,"failures":1,"warnings":0} pod: test-component-pac-ahflha-on-pull-request-dhjbg-apply-tags-pod | init container: prepare 2025/09/12 13:07:22 Entrypoint initialization pod: test-component-pac-ahflha-on-pull-request-dhjbg-apply-tags-pod | init container: place-scripts 2025/09/12 13:07:26 Decoded script /tekton/scripts/script-0-mm5jp 2025/09/12 13:07:26 Decoded script /tekton/scripts/script-1-5tbvh pod: test-component-pac-ahflha-on-pull-request-dhjbg-apply-tags-pod | container step-apply-additional-tags-from-parameter: No additional tags parameter specified pod: test-component-pac-ahflha-on-pull-request-dhjbg-apply-tags-pod | container step-apply-additional-tags-from-image-label: No additional tags specified in the image labels pod: test-component-pac-ahflha-on-pull-request-dhjbg-clamav-scan-pod | init container: prepare 2025/09/12 13:07:14 Entrypoint initialization pod: test-component-pac-ahflha-on-pull-request-dhjbg-clamav-scan-pod | init container: place-scripts 2025/09/12 13:07:23 Decoded script /tekton/scripts/script-0-h842s 2025/09/12 13:07:23 Decoded script /tekton/scripts/script-1-qbv6m pod: test-component-pac-ahflha-on-pull-request-dhjbg-clamav-scan-pod | container step-extract-and-scan-image: Starting clamd ... clamd is ready! Extracting image(s). Running "oc image extract" on image of arch amd64 Scanning image for arch amd64. This operation may take a while. ----------- SCAN SUMMARY ----------- Infected files: 0 Time: 16.632 sec (0 m 16 s) Start Date: 2025:09:12 13:09:42 End Date: 2025:09:12 13:09:59 Executed-on: Scan was executed on clamsdcan version - ClamAV 1.4.3/27760/Thu Sep 11 08:27:33 2025 Database version: 27760 [ { "filename": "/work/logs/clamscan-result-log-amd64.json", "namespace": "required_checks", "successes": 2 } ] {"timestamp":"1757682599","namespace":"required_checks","successes":2,"failures":0,"warnings":0,"result":"SUCCESS","note":"All checks passed successfully"} {"timestamp":"1757682599","namespace":"required_checks","successes":2,"failures":0,"warnings":0,"result":"SUCCESS","note":"All checks passed successfully"} {"timestamp":"1757682599","namespace":"required_checks","successes":2,"failures":0,"warnings":0,"result":"SUCCESS","note":"All checks passed successfully"} {"image": {"pullspec": "quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2", "digests": ["sha256:3705f43d1bf8f85a966fed5924188f72519368772bb5aadfaa1570c510ec8bb8"]}} pod: test-component-pac-ahflha-on-pull-request-dhjbg-clamav-scan-pod | container step-upload: Selecting auth Using token for quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha Attaching to quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 Executing (attempt 1): $ oras attach --no-tty --registry-config /home/oras/auth.json --artifact-type application/vnd.clamav quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2@sha256:3705f43d1bf8f85a966fed5924188f72519368772bb5aadfaa1570c510ec8bb8 clamscan-result-amd64.log:text/vnd.clamav clamscan-ec-test-amd64.json:application/vnd.konflux.test_output+json Uploading 42c9789410c0 clamscan-ec-test-amd64.json Uploading b13cf9c915b5 clamscan-result-amd64.log Uploaded 42c9789410c0 clamscan-ec-test-amd64.json Uploaded b13cf9c915b5 clamscan-result-amd64.log Attached to [registry] quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2@sha256:3705f43d1bf8f85a966fed5924188f72519368772bb5aadfaa1570c510ec8bb8 Digest: sha256:bc098d46cab9de9e34de83f9800cef48a3b1058c4734eae4dd7f5126b6fd355b pod: test-component-pac-ahflha-on-pull-request-dhjbg-init-pod | init container: prepare 2025/09/12 13:03:54 Entrypoint initialization pod: test-component-pac-ahflha-on-pull-request-dhjbg-init-pod | init container: place-scripts 2025/09/12 13:04:08 Decoded script /tekton/scripts/script-0-c4rff pod: test-component-pac-ahflha-on-pull-request-dhjbg-init-pod | container step-init: Build Initialize: quay.io/redhat-appstudio-qe/integration1-ligp/test-component-pac-ahflha:on-pr-fbaa0e33cad303be6e107ffca96ce4d5a5a863a2 Determine if Image Already Exists